Home
last modified time | relevance | path

Searched refs:keepon (Results 1 – 19 of 19) sorted by relevance

/third_party/curl/lib/
Dtelnet.c1291 bool keepon = TRUE; in telnet_do() local
1348 while(keepon) { in telnet_do()
1362 keepon = FALSE; in telnet_do()
1380 keepon = FALSE; in telnet_do()
1390 keepon = FALSE; in telnet_do()
1398 keepon = FALSE; in telnet_do()
1409 keepon = FALSE; in telnet_do()
1416 keepon = FALSE; in telnet_do()
1429 keepon = FALSE; in telnet_do()
1442 keepon = FALSE; in telnet_do()
[all …]
Dpingpong.c274 bool keepon = TRUE; in Curl_pp_readresp() local
290 (keepon && !result)) { in Curl_pp_readresp()
334 keepon = FALSE; in Curl_pp_readresp()
337 if(!keepon) in Curl_pp_readresp()
340 keepon = FALSE; in Curl_pp_readresp()
384 keepon = FALSE; in Curl_pp_readresp()
397 if(!keepon && (i != gotbytes)) { in Curl_pp_readresp()
408 else if(keepon) { in Curl_pp_readresp()
Dtransfer.c268 k->keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in Curl_fillreadbuffer()
426 data->req.keepon &= ~KEEP_SEND; in Curl_readrewind()
645 k->keepon &= ~KEEP_RECV; in readwrite_data()
761 k->keepon &= ~KEEP_RECV; /* read no more */ in readwrite_data()
801 k->keepon &= ~KEEP_RECV; /* we're done reading */ in readwrite_data()
873 k->keepon |= KEEP_RECV; /* we're not done reading */ in readwrite_data()
880 k->keepon &= ~KEEP_RECV; in readwrite_data()
883 if(k->keepon & KEEP_RECV_PAUSE) { in readwrite_data()
896 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in readwrite_data()
902 k->keepon &= ~KEEP_SEND; /* no writing anymore either */ in readwrite_data()
[all …]
Dhttp_proxy.c195 s->keepon = KEEPON_CONNECT; in connect_init()
397 while(s->keepon) { in CONNECT()
412 s->keepon = KEEPON_DONE; in CONNECT()
427 s->keepon = KEEPON_DONE; in CONNECT()
431 if(s->keepon == KEEPON_IGNORE) { in CONNECT()
439 s->keepon = KEEPON_DONE; in CONNECT()
457 s->keepon = KEEPON_DONE; in CONNECT()
511 s->keepon = KEEPON_IGNORE; in CONNECT()
539 s->keepon = KEEPON_DONE; in CONNECT()
548 s->keepon = KEEPON_DONE; in CONNECT()
[all …]
Dspeedcheck.c42 if(data->req.keepon & KEEP_RECV_PAUSE) in Curl_speedcheck()
Dhttp_proxy.h65 } keepon; member
Deasy.c1021 oldstate = k->keepon & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause()
1024 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause()
1035 if((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause()
1043 k->keepon = newstate; in curl_easy_pause()
Dsendf.c512 k->keepon |= KEEP_RECV_PAUSE; in pausewrite()
538 if(data->req.keepon & KEEP_RECV_PAUSE) in chop_write()
Dhttp.c2927 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()
2946 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()
3287 data->req.keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_http()
3934 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
4095 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
4120 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
4184 k->keepon &= ~KEEP_RECV; in Curl_http_readwrite_headers()
Dhttp2.c106 if(!(k->keepon & KEEP_RECV_PAUSE)) in http2_getsock()
112 if(((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) || in http2_getsock()
1471 k->keepon |= KEEP_SEND; in Curl_http2_done_sending()
Drtsp.c674 k->keepon &= ~KEEP_RECV; in rtsp_rtp_readwrite()
Durldata.h665 int keepon; member
Dpop3.c1547 k->keepon &= ~KEEP_RECV; in Curl_pop3_write()
Dmulti.c1504 k->keepon |= KEEP_RECV; /* setup to receive! */
/third_party/curl/lib/vssh/
Dwolfssh.c696 sshc->orig_waitfor = data->req.keepon; in wssh_statemach_act()
1057 data->req.keepon = 0; /* clear all bits */ in wssh_done()
Dlibssh.c1339 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()
1869 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()
2390 data->req.keepon = 0; /* clear all bits */ in myssh_done()
Dlibssh2.c2019 sshc->orig_waitfor = data->req.keepon; in ssh_statemach_act()
2576 sshc->orig_waitfor = data->req.keepon; in ssh_statemach_act()
3322 data->req.keepon = 0; /* clear all bits */ in ssh_done()
/third_party/curl/lib/vquic/
Dquiche.c81 if((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) in quiche_getsock()
Dngtcp2.c854 if((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) in ng_getsock()