Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dwolfssh.c271 conn->waitfor = KEEP_SEND; in wsftp_send()
314 conn->waitfor = KEEP_SEND; in wsftp_recv()
468 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
492 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
514 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
619 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
730 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
756 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
827 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
861 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
[all …]
Dlibssh.c2061 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2085 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
Dlibssh2.c3066 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
3089 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0); in ssh_block2waitfor()
/third_party/curl/lib/
Dtransfer.c760 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in readwrite_data()
766 k->keepon &= ~KEEP_SEND; /* no writing anymore either */ in readwrite_data()
778 k->keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_done_sending()
824 *didwhat |= KEEP_SEND; in readwrite_upload()
862 k->keepon &= ~KEEP_SEND; /* disable writing */ in readwrite_upload()
864 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */ in readwrite_upload()
1107 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1139 if((k->keepon & KEEP_SEND) && (select_bits & CURL_CSELECT_OUT)) { in Curl_readwrite()
1171 k->keepon |= KEEP_SEND; in Curl_readwrite()
1285 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in Curl_single_getsock()
[all …]
Durldata.h563 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
572 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
Dcf-h2-proxy.c692 (data->req.keepon & KEEP_SEND)) { in proxy_h2_on_frame_recv()
731 (data->req.keepon & KEEP_SEND)) { in proxy_h2_on_frame_recv()
Dhttp2.c1083 (data->req.keepon & KEEP_SEND)) { in on_stream_frame()
1233 (data->req.keepon & KEEP_SEND)) { in on_frame_recv()
2370 if((((k->keepon & KEEP_SENDBITS) == KEEP_SEND) || in cf_h2_get_select_socks()
Dhttp.c3422 data->req.keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_http()
4124 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
4332 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
4357 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
Dc-hyper.c366 k->keepon |= KEEP_SEND; in Curl_hyper_stream()
Dmulti.c1780 data->req.keepon &= ~KEEP_SEND;
/third_party/curl/lib/vquic/
Dcurl_quiche.c262 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in stream_send_suspend()
1195 if(((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in cf_quiche_get_select_socks()
Dcurl_ngtcp2.c1093 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND && in cf_ngtcp2_get_select_socks()
1577 (data->req.keepon & KEEP_SEND)) { in cb_h3_acked_req_body()