Home
last modified time | relevance | path

Searched refs:KEEP_RECV (Results 1 – 10 of 10) sorted by relevance

/curl/lib/vssh/
H A Dwolfssh.c270 conn->waitfor = KEEP_RECV; in wsftp_send()
313 conn->waitfor = KEEP_RECV; in wsftp_recv()
464 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
488 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
510 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
609 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
721 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
747 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
818 conn->waitfor = KEEP_RECV; in wssh_statemach_act()
1024 if(dir == KEEP_RECV) in wssh_block_statemach()
[all …]
H A Dlibssh.c2046 if(conn->waitfor & KEEP_RECV) in myssh_getsock()
2072 conn->waitfor |= KEEP_RECV; in myssh_block2waitfor()
H A Dlibssh2.c3025 if(conn->waitfor & KEEP_RECV) in ssh_getsock()
3050 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND) ? KEEP_RECV : 0) | in ssh_block2waitfor()
/curl/lib/
H A Dtransfer.c324 *didwhat |= KEEP_RECV; in sendrecv_dl()
349 data->req.keepon &= ~KEEP_RECV; in sendrecv_dl()
352 if((k->keepon & KEEP_RECV_PAUSE) || !(k->keepon & KEEP_RECV)) in sendrecv_dl()
365 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in sendrecv_dl()
448 if(k->keepon & KEEP_RECV) { in Curl_sendrecv()
831 k->keepon |= KEEP_RECV; in xfer_setup()
985 bool want_recv = ((data)->req.keepon & KEEP_RECV); in Curl_xfer_is_blocked()
H A Durldata.h580 #define KEEP_RECV (1<<0) /* there is or may be data to read */ macro
597 #define KEEP_RECVBITS (KEEP_RECV | KEEP_RECV_HOLD | KEEP_RECV_PAUSE)
605 (((data)->req.keepon & KEEP_RECVBITS) == KEEP_RECV)
H A Drequest.c477 data->req.keepon &= ~(KEEP_RECV|KEEP_SENDBITS); in Curl_req_stop_send_recv()
H A Dc-hyper.c376 *didwhat = KEEP_RECV; in Curl_hyper_stream()
441 *didwhat = KEEP_RECV; in Curl_hyper_stream()
H A Dpop3.c1626 k->keepon &= ~KEEP_RECV; in pop3_write()
H A Dhttp.c2383 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()
2402 k->keepon &= ~KEEP_RECV; in Curl_http_firstwrite()
3460 k->keepon &= ~KEEP_RECV; /* read no more content */ in http_on_response()
H A Dmulti.c1629 k->keepon |= KEEP_RECV; /* setup to receive! */

Completed in 66 milliseconds