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_RECV
(Results
1 - 9
of
9
) sorted by relevance
/third_party/curl/lib/vssh/
H
A
D
wolfssh.c
267
conn->waitfor =
KEEP_RECV
;
in wsftp_send()
310
conn->waitfor =
KEEP_RECV
;
in wsftp_recv()
461
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
485
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
507
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
606
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
718
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
744
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
815
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
849
conn->waitfor =
KEEP_RECV
;
in wssh_statemach_act()
[all...]
H
A
D
libssh.c
2046
if(conn->waitfor &
KEEP_RECV
)
in myssh_getsock()
2070
conn->waitfor =
KEEP_RECV
;
in myssh_block2waitfor()
H
A
D
libssh2.c
3055
if(conn->waitfor &
KEEP_RECV
)
in ssh_getsock()
3080
conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?
KEEP_RECV
:0) |
in ssh_block2waitfor()
/third_party/curl/lib/
H
A
D
transfer.c
517
*didwhat |=
KEEP_RECV
;
in readwrite_data()
541
data->req.keepon &= ~
KEEP_RECV
;
in readwrite_data()
544
if((k->keepon & KEEP_RECV_PAUSE) || !(k->keepon &
KEEP_RECV
))
in readwrite_data()
556
if(((k->keepon & (
KEEP_RECV
|KEEP_SEND)) == KEEP_SEND) &&
in readwrite_data()
894
if((k->keepon & KEEP_RECVBITS) ==
KEEP_RECV
)
in Curl_readwrite()
924
if((k->keepon &
KEEP_RECV
) && (select_bits & CURL_CSELECT_IN)) {
in Curl_readwrite()
1645
k->keepon |=
KEEP_RECV
;
in Curl_setup_transfer()
H
A
D
urldata.h
569
#define
KEEP_RECV
(1<<0) /* there is or may be data to read */
macro
578
#define KEEP_RECVBITS (
KEEP_RECV
| KEEP_RECV_HOLD | KEEP_RECV_PAUSE)
586
(((data)->req.keepon & KEEP_RECVBITS) ==
KEEP_RECV
)
H
A
D
c-hyper.c
387
*didwhat =
KEEP_RECV
;
in Curl_hyper_stream()
454
*didwhat =
KEEP_RECV
;
in Curl_hyper_stream()
H
A
D
http.c
2990
k->keepon &= ~
KEEP_RECV
;
in Curl_http_firstwrite()
3009
k->keepon &= ~
KEEP_RECV
;
in Curl_http_firstwrite()
4061
k->keepon &= ~
KEEP_RECV
; /* read no more content */
in http_rw_headers()
H
A
D
pop3.c
1565
k->keepon &= ~
KEEP_RECV
;
in Curl_pop3_write()
H
A
D
multi.c
1622
k->keepon |=
KEEP_RECV
; /* setup to receive! */
Completed in 26 milliseconds