Home
last modified time | relevance | path

Searched refs:KEEP_SENDBITS (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Drequest.c428 (((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) || in Curl_req_want_send()
466 data->req.keepon &= ~KEEP_SENDBITS; in Curl_req_abort_sending()
477 data->req.keepon &= ~(KEEP_RECV|KEEP_SENDBITS); in Curl_req_stop_send_recv()
H A Dtransfer.c361 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in sendrecv_dl()
516 if(0 == (k->keepon&(KEEP_RECVBITS|KEEP_SENDBITS))) in Curl_sendrecv()
H A Durldata.h598 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE) macro
602 (((data)->req.keepon & KEEP_SENDBITS) == KEEP_SEND)

Completed in 17 milliseconds