Home
last modified time | relevance | path

Searched refs:KEEP_SENDBITS (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dtransfer.c552 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in readwrite_data()
899 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1028 *done = (0 == (k->keepon&(KEEP_RECVBITS|KEEP_SENDBITS))) ? TRUE : FALSE; in Curl_readwrite()
H A Durldata.h579 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE) macro
583 (((data)->req.keepon & KEEP_SENDBITS) == KEEP_SEND)

Completed in 7 milliseconds