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:keepon
(Results
1 - 14
of
14
) sorted by relevance
/third_party/curl/lib/
H
A
D
transfer.c
262
k->
keepon
|= KEEP_SEND_PAUSE; /* mark socket send as paused */
in Curl_fillreadbuffer()
527
k->
keepon
= 0; /* stop sending as well */
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()
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()
563
k->
keepon
&= ~KEEP_SEND_PAUSE; /* no pausing anymore either */
in readwrite_data()
575
k->
keepon
in Curl_done_sending()
[all...]
H
A
D
telnet.c
1322
bool
keepon
= TRUE;
in telnet_do()
local
1379
while(
keepon
) {
in telnet_do()
1393
keepon
= FALSE;
in telnet_do()
1411
keepon
= FALSE;
in telnet_do()
1421
keepon
= FALSE;
in telnet_do()
1429
keepon
= FALSE;
in telnet_do()
1440
keepon
= FALSE;
in telnet_do()
1447
keepon
= FALSE;
in telnet_do()
1460
keepon
= FALSE;
in telnet_do()
1473
keepon
in telnet_do()
[all...]
H
A
D
cf-h1-proxy.c
78
}
keepon
;
member
106
ts->
keepon
= KEEPON_CONNECT;
in tunnel_reinit()
161
ts->
keepon
= KEEPON_CONNECT;
in h1_tunnel_go_state()
383
while(ts->
keepon
) {
in recv_CONNECT_resp()
398
ts->
keepon
= KEEPON_DONE;
in recv_CONNECT_resp()
414
ts->
keepon
= KEEPON_DONE;
in recv_CONNECT_resp()
418
if(ts->
keepon
== KEEPON_IGNORE) {
in recv_CONNECT_resp()
426
ts->
keepon
= KEEPON_DONE;
in recv_CONNECT_resp()
443
ts->
keepon
= KEEPON_DONE;
in recv_CONNECT_resp()
488
ts->
keepon
in recv_CONNECT_resp()
[all...]
H
A
D
speedcheck.c
44
if(data->req.
keepon
& KEEP_RECV_PAUSE)
in Curl_speedcheck()
H
A
D
easy.c
1095
oldstate = k->
keepon
& (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE);
in curl_easy_pause()
1098
newstate = (k->
keepon
&~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) |
in curl_easy_pause()
1109
if((k->
keepon
& ~newstate & KEEP_SEND_PAUSE) &&
in curl_easy_pause()
1116
/* put it back in the
keepon
*/
in curl_easy_pause()
1117
k->
keepon
= newstate;
in curl_easy_pause()
H
A
D
sendf.c
264
k->
keepon
|= KEEP_RECV_PAUSE;
in pausewrite()
292
if(data->req.
keepon
& KEEP_RECV_PAUSE)
in chop_write()
H
A
D
urldata.h
565
* Flags on the
keepon
member of the Curl_transfer_keeper
583
(((data)->req.
keepon
& KEEP_SENDBITS) == KEEP_SEND)
586
(((data)->req.
keepon
& KEEP_RECVBITS) == KEEP_RECV)
681
int
keepon
;
member
H
A
D
http.c
2990
k->
keepon
&= ~KEEP_RECV;
in Curl_http_firstwrite()
3009
k->
keepon
&= ~KEEP_RECV;
in Curl_http_firstwrite()
3344
data->req.
keepon
&= ~KEEP_SEND; /* we're done writing */
in Curl_http()
4034
k->
keepon
|= KEEP_SEND;
in http_rw_headers()
4061
k->
keepon
&= ~KEEP_RECV; /* read no more content */
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()
727
if((data->req.
keepon
& KEEP_SEND_PAUSE) != KEEP_SEND_PAUSE)
in uploadstreamed()
H
A
D
multi.c
1059
/* Default is to obey the data->req.
keepon
flags for send/recv */
in perform_getsock()
1622
k->
keepon
|= KEEP_RECV; /* setup to receive! */
1820
data->req.
keepon
&= ~KEEP_SEND;
H
A
D
pop3.c
1565
k->
keepon
&= ~KEEP_RECV;
in Curl_pop3_write()
/third_party/curl/lib/vssh/
H
A
D
wolfssh.c
683
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in wssh_statemach_act()
693
sshc->orig_waitfor = data->req.
keepon
;
in wssh_statemach_act()
788
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in wssh_statemach_act()
1054
data->req.
keepon
= 0; /* clear all bits */
in wssh_done()
H
A
D
libssh.c
1354
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in myssh_statemach_act()
1359
sshc->orig_waitfor = data->req.
keepon
;
in myssh_statemach_act()
1728
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in myssh_statemach_act()
1852
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in myssh_statemach_act()
1857
sshc->orig_waitfor = data->req.
keepon
;
in myssh_statemach_act()
1896
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in myssh_statemach_act()
2386
data->req.
keepon
= 0; /* clear all bits */
in myssh_done()
H
A
D
libssh2.c
2200
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in ssh_statemach_act()
2210
sshc->orig_waitfor = data->req.
keepon
;
in ssh_statemach_act()
2598
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in ssh_statemach_act()
2744
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in ssh_statemach_act()
2754
sshc->orig_waitfor = data->req.
keepon
;
in ssh_statemach_act()
2815
/* not set by Curl_setup_transfer to preserve
keepon
bits */
in ssh_statemach_act()
3518
data->req.
keepon
= 0; /* clear all bits */
in ssh_done()
Completed in 31 milliseconds