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:connectbundle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/lib/
H
A
D
conncache.c
48
static CURLcode bundle_create(struct
connectbundle
**bundlep)
in bundle_create()
51
*bundlep = malloc(sizeof(struct
connectbundle
));
in bundle_create()
62
static void bundle_destroy(struct
connectbundle
*bundle)
in bundle_destroy()
68
static void bundle_add_conn(struct
connectbundle
*bundle,
in bundle_add_conn()
78
static int bundle_remove_conn(struct
connectbundle
*bundle,
in bundle_remove_conn()
99
struct
connectbundle
*b = (struct
connectbundle
*) freethis;
in free_bundle_hash_entry()
168
struct
connectbundle
*
173
struct
connectbundle
*bundle = NULL;
in Curl_conncache_find_bundle()
186
struct
connectbundle
*bundl
in conncache_add_bundle()
[all...]
H
A
D
conncache.h
81
struct
connectbundle
{
struct
92
struct
connectbundle
*Curl_conncache_find_bundle(struct Curl_easy *data,
116
struct
connectbundle
*bundle);
H
A
D
urldata.h
1063
struct
connectbundle
*bundle; /* The bundle we are member of */
H
A
D
url.c
931
struct
connectbundle
*bundle;
in ConnectionExists()
3695
struct
connectbundle
*bundle =
Completed in 10 milliseconds