Home
last modified time | relevance | path

Searched refs:KEEP_SEND (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/lib/vssh/
H A Dwolfssh.c272 conn->waitfor = KEEP_SEND; in wsftp_send()
315 conn->waitfor = KEEP_SEND; in wsftp_recv()
466 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
490 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
512 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
611 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
723 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
749 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
820 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
854 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
[all...]
H A Dlibssh.c2049 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2073 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
H A Dlibssh2.c3058 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
3081 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0); in ssh_block2waitfor()
/third_party/curl/lib/
H A Dtransfer.c552 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in readwrite_data()
556 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in readwrite_data()
562 k->keepon &= ~KEEP_SEND; /* no writing anymore either */ in readwrite_data()
575 k->keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_done_sending()
621 *didwhat |= KEEP_SEND; in readwrite_upload()
659 k->keepon &= ~KEEP_SEND; /* disable writing */ in readwrite_upload()
661 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */ in readwrite_upload()
899 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
931 if((k->keepon & KEEP_SEND) in Curl_readwrite()
[all...]
H A Durldata.h570 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
579 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
583 (((data)->req.keepon & KEEP_SENDBITS) == KEEP_SEND)
H A Dhttp.c3344 data->req.keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_http()
4034 k->keepon |= KEEP_SEND; in http_rw_headers()
4241 k->keepon |= KEEP_SEND; in http_rw_headers()
4266 k->keepon |= KEEP_SEND; in http_rw_headers()
H A Dc-hyper.c361 k->keepon |= KEEP_SEND; in Curl_hyper_stream()
H A Dmulti.c1820 data->req.keepon &= ~KEEP_SEND;

Completed in 23 milliseconds