Home
last modified time | relevance | path

Searched refs:KEEP_SEND (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/vssh/
Dwolfssh.c268 conn->waitfor = KEEP_SEND; in wsftp_send()
311 conn->waitfor = KEEP_SEND; in wsftp_recv()
464 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
488 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
510 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
615 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
726 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
752 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
823 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
856 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
[all …]
Dlibssh.c2056 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2077 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
Dlibssh2.c2884 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
2907 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0); in ssh_block2waitfor()
/third_party/curl/lib/
Dtransfer.c426 data->req.keepon &= ~KEEP_SEND; in Curl_readrewind()
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()
912 k->keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_done_sending()
964 *didwhat |= KEEP_SEND; in readwrite_upload()
990 k->keepon &= ~KEEP_SEND; /* disable writing */ in readwrite_upload()
992 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */ in readwrite_upload()
1195 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1232 if((k->keepon & KEEP_SEND) && (select_res & CURL_CSELECT_OUT)) { in Curl_readwrite()
1264 k->keepon |= KEEP_SEND; in Curl_readwrite()
[all …]
Durldata.h546 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
555 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
Dhttp2.c112 if(((k->keepon & (KEEP_SEND|KEEP_SEND_PAUSE)) == KEEP_SEND) || in http2_getsock()
1471 k->keepon |= KEEP_SEND; in Curl_http2_done_sending()
Dhttp.c3287 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()
/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()