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:is_multiplex
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/lib/
H
A
D
transfer.c
473
bool
is_multiplex
= FALSE;
in readwrite_data()
local
485
if(!
is_multiplex
) {
in readwrite_data()
489
is_multiplex
= Curl_conn_is_multiplex(conn, FIRSTSOCKET);
in readwrite_data()
505
is_multiplex
, &result);
in readwrite_data()
522
if(
is_multiplex
)
in readwrite_data()
540
if((!
is_multiplex
&& data->req.download_done) || is_eos) {
in readwrite_data()
557
(conn->bits.close ||
is_multiplex
)) {
in readwrite_data()
H
A
D
connect.c
316
bool closeit,
is_multiplex
;
in Curl_conncontrol()
local
321
is_multiplex
= Curl_conn_is_multiplex(conn, FIRSTSOCKET);
in Curl_conncontrol()
323
((ctrl == CONNCTRL_STREAM) && !
is_multiplex
);
in Curl_conncontrol()
324
if((ctrl == CONNCTRL_STREAM) &&
is_multiplex
)
in Curl_conncontrol()
Completed in 4 milliseconds