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:conn_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/
H
A
D
conncache.c
58
Curl_llist_init(&(*bundlep)->
conn_list
, NULL);
in bundle_create()
71
Curl_llist_insert_next(&bundle->
conn_list
, bundle->
conn_list
.tail, conn,
in bundle_add_conn()
83
curr = bundle->
conn_list
.head;
in bundle_remove_conn()
86
Curl_llist_remove(&bundle->
conn_list
, curr, NULL);
in bundle_remove_conn()
325
curr = bundle->
conn_list
.head;
in Curl_conncache_foreach()
362
curr = bundle->
conn_list
.head;
in conncache_find_first_connection()
433
curr = bundle->
conn_list
.head;
in Curl_conncache_extract_bundle()
490
curr = bundle->
conn_list
.head;
in Curl_conncache_extract_oldest()
576
curr = bundle->
conn_list
[all...]
H
A
D
conncache.h
84
struct Curl_llist
conn_list
; /* The connectdata members of the bundle */
member
H
A
D
url.c
990
curr = bundle->
conn_list
.head;
in ConnectionExists()
Completed in 6 milliseconds