Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dtransfer.c1107 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in Curl_readwrite()
1251 *done = (0 == (k->keepon&(KEEP_RECVBITS|KEEP_SENDBITS))) ? TRUE : FALSE; in Curl_readwrite()
1285 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in Curl_single_getsock()
Durldata.h572 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE) macro
Dhttp2.c2370 if((((k->keepon & KEEP_SENDBITS) == KEEP_SEND) || in cf_h2_get_select_socks()
/third_party/curl/lib/vquic/
Dcurl_quiche.c262 if((data->req.keepon & KEEP_SENDBITS) == KEEP_SEND) { in stream_send_suspend()
1195 if(((k->keepon & KEEP_SENDBITS) == KEEP_SEND) in cf_quiche_get_select_socks()
Dcurl_ngtcp2.c1093 if((k->keepon & KEEP_SENDBITS) == KEEP_SEND && in cf_ngtcp2_get_select_socks()