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:multiuse
(Results
1 - 10
of
10
) sorted by relevance
/third_party/curl/lib/
H
A
D
conncache.h
82
int
multiuse
; /* supports multi-use */
member
H
A
D
conncache.c
56
(*bundlep)->
multiuse
= BUNDLE_UNKNOWN;
in bundle_create()
H
A
D
http2.c
2723
conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in Curl_http2_switch()
2751
cf->conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in Curl_http2_switch_at()
2808
conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in Curl_http2_upgrade()
H
A
D
url.c
963
(void *)bundle, (bundle->
multiuse
== BUNDLE_MULTIPLEX ?
in ConnectionExists()
970
if(bundle->
multiuse
== BUNDLE_UNKNOWN) {
in ConnectionExists()
979
else if(bundle->
multiuse
== BUNDLE_MULTIPLEX) {
in ConnectionExists()
985
else if(bundle->
multiuse
== BUNDLE_NO_MULTIUSE) {
in ConnectionExists()
H
A
D
http.c
3805
conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in Curl_http_statusline()
4406
conn->bundle->
multiuse
= BUNDLE_NO_MULTIUSE;
in http_rw_headers()
H
A
D
multi.c
3752
conn->bundle->
multiuse
= bundlestate;
/third_party/curl/lib/vquic/
H
A
D
curl_msh3.c
899
cf->conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in cf_msh3_connect()
H
A
D
curl_ngtcp2.c
1541
cf->conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in qng_verify_peer()
H
A
D
curl_osslq.c
471
cf->conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in cf_osslq_verify_peer()
H
A
D
curl_quiche.c
1305
cf->conn->bundle->
multiuse
= BUNDLE_MULTIPLEX;
in cf_quiche_verify_peer()
Completed in 28 milliseconds