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:KEEP_SEND
(Results
1 - 8
of
8
) sorted by relevance
/third_party/curl/lib/vssh/
H
A
D
wolfssh.c
272
conn->waitfor =
KEEP_SEND
;
in wsftp_send()
315
conn->waitfor =
KEEP_SEND
;
in wsftp_recv()
466
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
490
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
512
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
611
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
723
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
749
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
820
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
854
conn->waitfor =
KEEP_SEND
;
in wssh_statemach_act()
[all...]
H
A
D
libssh.c
2049
if(conn->waitfor &
KEEP_SEND
)
in myssh_getsock()
2073
conn->waitfor =
KEEP_SEND
;
in myssh_block2waitfor()
H
A
D
libssh2.c
3058
if(conn->waitfor &
KEEP_SEND
)
in ssh_getsock()
3081
((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?
KEEP_SEND
:0);
in ssh_block2waitfor()
/third_party/curl/lib/
H
A
D
transfer.c
552
if((k->keepon & KEEP_SENDBITS) ==
KEEP_SEND
)
in readwrite_data()
556
if(((k->keepon & (KEEP_RECV|
KEEP_SEND
)) ==
KEEP_SEND
) &&
in readwrite_data()
562
k->keepon &= ~
KEEP_SEND
; /* no writing anymore either */
in readwrite_data()
575
k->keepon &= ~
KEEP_SEND
; /* we're done writing */
in Curl_done_sending()
621
*didwhat |=
KEEP_SEND
;
in readwrite_upload()
659
k->keepon &= ~
KEEP_SEND
; /* disable writing */
in readwrite_upload()
661
*didwhat &= ~
KEEP_SEND
; /* we didn't write anything actually */
in readwrite_upload()
899
if((k->keepon & KEEP_SENDBITS) ==
KEEP_SEND
)
in Curl_readwrite()
931
if((k->keepon &
KEEP_SEND
)
in Curl_readwrite()
[all...]
H
A
D
urldata.h
570
#define
KEEP_SEND
(1<<1) /* there is or may be data to write */
macro
579
#define KEEP_SENDBITS (
KEEP_SEND
| KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
583
(((data)->req.keepon & KEEP_SENDBITS) ==
KEEP_SEND
)
H
A
D
http.c
3344
data->req.keepon &= ~
KEEP_SEND
; /* we're done writing */
in Curl_http()
4034
k->keepon |=
KEEP_SEND
;
in http_rw_headers()
4241
k->keepon |=
KEEP_SEND
;
in http_rw_headers()
4266
k->keepon |=
KEEP_SEND
;
in http_rw_headers()
H
A
D
c-hyper.c
361
k->keepon |=
KEEP_SEND
;
in Curl_hyper_stream()
H
A
D
multi.c
1820
data->req.keepon &= ~
KEEP_SEND
;
Completed in 23 milliseconds