Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dwolfssh.c260 conn->waitfor = KEEP_SEND; in wsftp_send()
302 conn->waitfor = KEEP_SEND; in wsftp_recv()
453 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
477 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
499 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
604 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
715 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
741 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
812 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
845 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
[all …]
Dlibssh.c2033 if(conn->waitfor & KEEP_SEND) in myssh_perform_getsock()
2064 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
Dlibssh2.c2898 if(conn->waitfor & KEEP_SEND) in ssh_perform_getsock()
2944 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0); in ssh_block2waitfor()
/external/curl/lib/
Dtransfer.c423 data->req.keepon &= ~KEEP_SEND; in Curl_readrewind()
948 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in readwrite_data()
954 k->keepon &= ~KEEP_SEND; /* no writing anymore either */ in readwrite_data()
963 k->keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_done_sending()
1015 *didwhat |= KEEP_SEND; in readwrite_upload()
1039 k->keepon &= ~KEEP_SEND; /* disable writing */ in readwrite_upload()
1041 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */ in readwrite_upload()
1231 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1260 if((k->keepon & KEEP_SEND) && (select_res & CURL_CSELECT_OUT)) { in Curl_readwrite()
1292 k->keepon |= KEEP_SEND; in Curl_readwrite()
[all …]
Durldata.h506 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
515 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
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()
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()
/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()