Home
last modified time | relevance | path

Searched refs:KEEP_SEND_TIMED (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Drequest.c268 data->req.keepon &= ~(KEEP_SEND|KEEP_SEND_TIMED); /* we are done sending */ in Curl_req_set_upload_done()
H A Dtransfer.c455 if(Curl_req_want_send(data) || (data->req.keepon & KEEP_SEND_TIMED)) { in Curl_sendrecv()
H A Dhttp.c4416 data->req.keepon &= ~KEEP_SEND_TIMED; in http_exp100_continue()
4447 data->req.keepon |= KEEP_SEND_TIMED; in cr_exp100_read()
4461 data->req.keepon |= KEEP_SEND_TIMED; in cr_exp100_read()
4481 data->req.keepon &= ~KEEP_SEND_TIMED; in cr_exp100_done()
H A Durldata.h595 #define KEEP_SEND_TIMED (1<<6) macro

Completed in 25 milliseconds