Searched refs:KEEP_SEND_TIMED (Results 1 – 4 of 4) sorted by relevance
268 data->req.keepon &= ~(KEEP_SEND|KEEP_SEND_TIMED); /* we are done sending */ in Curl_req_set_upload_done()
455 if(Curl_req_want_send(data) || (data->req.keepon & KEEP_SEND_TIMED)) { in Curl_sendrecv()
4416 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()
595 #define KEEP_SEND_TIMED (1<<6) macro
Completed in 25 milliseconds