Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c257 data->req.keepon &= ~KEEP_SEND; in Curl_readrewind()
800 if(((k->keepon & (KEEP_RECV|KEEP_SEND)) == KEEP_SEND) && in readwrite_data()
806 k->keepon &= ~KEEP_SEND; /* no writing anymore either */ in readwrite_data()
829 *didwhat |= KEEP_SEND; in readwrite_upload()
851 k->keepon &= ~KEEP_SEND; /* disable writing */ in readwrite_upload()
853 *didwhat &= ~KEEP_SEND; /* we didn't write anything actually */ in readwrite_upload()
884 k->keepon &= ~KEEP_SEND; /* we're done writing */ in readwrite_upload()
1000 k->keepon &= ~KEEP_SEND; /* we're done writing */ in readwrite_upload()
1037 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1068 if((k->keepon & KEEP_SEND) && (select_res & CURL_CSELECT_OUT)) { in Curl_readwrite()
[all …]
Durldata.h547 #define KEEP_SEND (1<<1) /* there is or may be data to write */ macro
556 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
Dhttp.c2750 data->req.keepon &= ~KEEP_SEND; /* we're done writing */ in Curl_http()
3043 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
3162 k->keepon &= ~KEEP_SEND; /* don't send */ in Curl_http_readwrite_headers()
3178 k->keepon |= KEEP_SEND; in Curl_http_readwrite_headers()
Dssh.c2629 if(conn->waitfor & KEEP_SEND) in ssh_perform_getsock()
2676 ((dir&LIBSSH2_SESSION_BLOCK_OUTBOUND)?KEEP_SEND:0); in ssh_block2waitfor()
Dmulti.c1524 if(!(k->keepon & KEEP_SEND)) in multi_runsingle()