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:conncache
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/lib/
H
A
D
conncache.h
30
* and connectbundles must be done with the
conncache
LOCKED. The cache might
39
struct
conncache
{
struct
88
int Curl_conncache_init(struct
conncache
*, int size);
89
void Curl_conncache_destroy(struct
conncache
*connc);
94
struct
conncache
*connc);
105
struct
conncache
*connc,
112
Curl_conncache_find_first_connection(struct
conncache
*connc);
119
void Curl_conncache_close_all_connections(struct
conncache
*connc);
120
void Curl_conncache_print(struct
conncache
*connc);
H
A
D
conncache.c
35
#include "
conncache
.h"
104
int Curl_conncache_init(struct
conncache
*connc, int size)
in Curl_conncache_init()
119
void Curl_conncache_destroy(struct
conncache
*connc)
in Curl_conncache_destroy()
171
struct
conncache
*connc)
in Curl_conncache_find_bundle()
184
static void *conncache_add_bundle(struct
conncache
*connc,
in conncache_add_bundle()
191
static void conncache_remove_bundle(struct
conncache
*connc,
in conncache_remove_bundle()
220
struct
conncache
*connc = data->state.conn_cache;
in Curl_conncache_add_conn()
267
struct
conncache
*connc = data->state.conn_cache;
in Curl_conncache_remove_conn()
294
The
conncache
lock is still held when the callback is called. It needs it,
303
struct
conncache
*conn
in Curl_conncache_foreach()
[all...]
H
A
D
share.h
32
#include "
conncache
.h"
46
struct
conncache
conn_cache;
H
A
D
multihandle.h
29
#include "
conncache
.h"
137
struct
conncache
conn_cache;
H
A
D
easy.c
1333
static CURLcode upkeep(struct
conncache
*conn_cache, void *data)
in upkeep()
H
A
D
urldata.h
899
struct Curl_llist_element bundle_node; /*
conncache
*/
1330
struct
conncache
*conn_cache;
Completed in 10 milliseconds