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:sendleft
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/lib/
H
A
D
pingpong.c
112
else if(!pp->
sendleft
&& Curl_conn_data_pending(data, FIRSTSOCKET))
in Curl_pp_statemach()
116
rc = Curl_socket_check(pp->
sendleft
?CURL_SOCKET_BAD:sock, /* reading */
in Curl_pp_statemach()
118
pp->
sendleft
?sock:CURL_SOCKET_BAD, /* writing */
in Curl_pp_statemach()
177
DEBUGASSERT(pp->
sendleft
== 0);
in Curl_pp_vsendf()
217
pp->
sendleft
= write_len - bytes_written;
in Curl_pp_vsendf()
221
pp->
sendleft
= pp->sendsize = 0;
in Curl_pp_vsendf()
385
if(pp->
sendleft
) {
in Curl_pp_getsock()
400
pp->sendthis + pp->sendsize - pp->
sendleft
,
in Curl_pp_flushsend()
401
pp->
sendleft
, &written);
in Curl_pp_flushsend()
405
if(written != (ssize_t)pp->
sendleft
) {
in Curl_pp_flushsend()
[all...]
H
A
D
pingpong.h
55
size_t
sendleft
; /* number of bytes left to send from the sendthis buffer */
member
H
A
D
smtp.c
1208
if(pp->
sendleft
)
in smtp_statemachine()
1446
pp->
sendleft
= len - bytes_written;
in smtp_done()
H
A
D
imap.c
1312
if(pp->
sendleft
)
in imap_statemachine()
H
A
D
pop3.c
985
if(pp->
sendleft
)
in pop3_statemachine()
H
A
D
ftp.c
2702
if(pp->
sendleft
)
in ftp_statemachine()
Completed in 13 milliseconds