Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dwolfssh.c275 conn->waitfor = KEEP_SEND; in wsftp_send()
318 conn->waitfor = KEEP_SEND; in wsftp_recv()
469 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
493 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
515 conn->waitfor = KEEP_SEND; in wssh_statemach_act()
614 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()
1026 else if(dir == KEEP_SEND) in wssh_block_statemach()
[all …]
H A Dlibssh.c2049 if(conn->waitfor & KEEP_SEND) in myssh_getsock()
2074 conn->waitfor |= KEEP_SEND; in myssh_block2waitfor()
H A Dlibssh2.c3028 if(conn->waitfor & KEEP_SEND) in ssh_getsock()
3051 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND) ? KEEP_SEND : 0); in ssh_block2waitfor()
/curl/lib/
H A Dtransfer.c361 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in sendrecv_dl()
365 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in sendrecv_dl()
392 *didwhat |= KEEP_SEND; in sendrecv_ul()
834 k->keepon |= KEEP_SEND; in xfer_setup()
984 bool want_send = ((data)->req.keepon & KEEP_SEND); in Curl_xfer_is_blocked()
H A Drequest.c268 data->req.keepon &= ~(KEEP_SEND|KEEP_SEND_TIMED); /* we are done sending */ in Curl_req_set_upload_done()
428 (((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) || in Curl_req_want_send()
H A Durldata.h581 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
598 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
602 (((data)->req.keepon & KEEP_SENDBITS) == KEEP_SEND)
H A Dhttp.c3624 k->keepon |= KEEP_SEND; in http_on_response()
4415 data->req.keepon |= KEEP_SEND; in http_exp100_continue()
4446 data->req.keepon &= ~KEEP_SEND; in cr_exp100_read()
4460 data->req.keepon &= ~KEEP_SEND; in cr_exp100_read()

Completed in 60 milliseconds