Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c265 k->keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in Curl_fillreadbuffer()
423 data->req.keepon &= ~KEEP_SEND; in Curl_readrewind()
640 k->keepon &= ~KEEP_RECV; in readwrite_data()
715 k->keepon &= ~KEEP_RECV; in readwrite_data()
735 k->keepon &= ~KEEP_RECV; in readwrite_data()
811 k->keepon &= ~KEEP_RECV; /* read no more */ in readwrite_data()
853 k->keepon &= ~KEEP_RECV; /* we're done reading */ in readwrite_data()
925 k->keepon |= KEEP_RECV; /* we're not done reading */ in readwrite_data()
932 k->keepon &= ~KEEP_RECV; in readwrite_data()
935 if(k->keepon & KEEP_RECV_PAUSE) { in readwrite_data()
[all …]
Dhttp_proxy.c170 s->keepon = TRUE; in connect_init()
327 while(s->keepon) { in CONNECT()
342 s->keepon = FALSE; in CONNECT()
356 s->keepon = FALSE; in CONNECT()
360 if(s->keepon > TRUE) { in CONNECT()
368 s->keepon = FALSE; in CONNECT()
386 s->keepon = FALSE; in CONNECT()
441 s->keepon = 2; in CONNECT()
469 s->keepon = FALSE; in CONNECT()
478 s->keepon = FALSE; in CONNECT()
[all …]
Dtelnet.c1276 bool keepon = TRUE; in telnet_do() local
1333 while(keepon) { in telnet_do()
1347 keepon = FALSE; in telnet_do()
1365 keepon = FALSE; in telnet_do()
1375 keepon = FALSE; in telnet_do()
1383 keepon = FALSE; in telnet_do()
1394 keepon = FALSE; in telnet_do()
1401 keepon = FALSE; in telnet_do()
1414 keepon = FALSE; in telnet_do()
1427 keepon = FALSE; in telnet_do()
[all …]
Dpingpong.c275 bool keepon = TRUE; in Curl_pp_readresp() local
292 (keepon && !result)) { in Curl_pp_readresp()
336 keepon = FALSE; in Curl_pp_readresp()
339 if(!keepon) in Curl_pp_readresp()
342 keepon = FALSE; in Curl_pp_readresp()
387 keepon = FALSE; in Curl_pp_readresp()
400 if(!keepon && (i != gotbytes)) { in Curl_pp_readresp()
411 else if(keepon) { in Curl_pp_readresp()
Deasy.c996 oldstate = k->keepon & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause()
999 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause()
1010 if((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause()
1018 k->keepon = newstate; in curl_easy_pause()
Dsendf.c493 k->keepon |= KEEP_RECV_PAUSE; in pausewrite()
519 if(data->req.keepon & KEEP_RECV_PAUSE) in chop_write()
Durldata.h631 int keepon; member
805 int keepon; member
Dhttp.c2988 data->req.keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_http()
3284 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
3444 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
3469 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
3533 k->keepon &= ~KEEP_RECV; in Curl_http_readwrite_headers()
Drtsp.c663 k->keepon &= ~KEEP_RECV; in rtsp_rtp_readwrite()
Dhttp2.c109 if(((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) || in http2_perform_getsock()
1429 k->keepon |= KEEP_SEND; in Curl_http2_done_sending()
Dpop3.c1529 k->keepon &= ~KEEP_RECV; in Curl_pop3_write()
Dmulti.c1523 k->keepon |= KEEP_RECV; /* setup to receive! */
/external/curl/lib/vssh/
Dwolfssh.c685 sshc->orig_waitfor = data->req.keepon; in wssh_statemach_act()
1044 conn->data->req.keepon = 0; /* clear all bits */ in wssh_done()
Dlibssh.c1320 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()
1849 sshc->orig_waitfor = data->req.keepon; in myssh_statemach_act()
2372 conn->data->req.keepon = 0; /* clear all bits */ in myssh_done()
Dlibssh2.c2024 sshc->orig_waitfor = data->req.keepon; in ssh_statemach_act()
2587 sshc->orig_waitfor = data->req.keepon; in ssh_statemach_act()
3324 conn->data->req.keepon = 0; /* clear all bits */ in ssh_done()
/external/curl/lib/vquic/
Dquiche.c80 if((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) in quiche_getsock()
Dngtcp2.c869 if((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) in ng_getsock()