Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c1231 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1396 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in Curl_single_getsock()
Durldata.h515 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE) macro