Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ipver
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/tests/
H
A
D
serverhelp.pm
129
my ($proto, $
ipver
, $idnum) = @_;
135
$
ipver
= (not $
ipver
) ? 'ipv4' : lc($
ipver
);
136
die "unsupported IP version: '$
ipver
'" unless($
ipver
&&
137
($
ipver
=~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6|unix)$/));
138
$
ipver
= ($
ipver
=~ /6$/) ? '-IPv6' : (($
ipver
[all...]
/third_party/curl/lib/
H
A
D
socks.c
842
if(data->set.
ipver
!= CURL_IPRESOLVE_WHATEVER) {
in do_SOCKS5()
843
int wanted_family = data->set.
ipver
== CURL_IPRESOLVE_V4 ?
in do_SOCKS5()
H
A
D
cf-socket.c
512
unsigned char
ipver
= conn->ip_version;
in bindlocal()
local
525
conn->ip_version =
ipver
;
in bindlocal()
H
A
D
url.c
1004
if(data->set.
ipver
!= CURL_IPRESOLVE_WHATEVER
in ConnectionExists()
1005
&& data->set.
ipver
!= check->ip_version) {
in ConnectionExists()
1405
conn->ip_version = data->set.
ipver
;
in allocate_conn()
H
A
D
urldata.h
1755
unsigned char
ipver
; /* the CURL_IPRESOLVE_* defines in the public header
member
H
A
D
setopt.c
2410
data->set.
ipver
= (unsigned char) arg;
in Curl_vsetopt()
Completed in 17 milliseconds