Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dtransfer.c1195 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1368 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in Curl_single_getsock()
Durldata.h555 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE) macro