Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
Dcurl_quiche.c254 return (data->req.keepon & KEEP_SEND_HOLD); in stream_send_is_suspended()
263 data->req.keepon |= KEEP_SEND_HOLD; in stream_send_suspend()
279 data->req.keepon &= ~KEEP_SEND_HOLD; in stream_send_resume()
337 data->req.keepon &= ~KEEP_SEND_HOLD; in h3_data_done()
593 data->req.keepon &= ~KEEP_SEND_HOLD; in h3_process_event()
Dcurl_ngtcp2.c1144 data->req.keepon &= ~KEEP_SEND_HOLD; in cb_h3_stream_close()
1576 if((data->req.keepon & KEEP_SEND_HOLD) && in cb_h3_acked_req_body()
1578 data->req.keepon &= ~KEEP_SEND_HOLD; in cb_h3_acked_req_body()
1871 data->req.keepon |= KEEP_SEND_HOLD; in cf_ngtcp2_send()
/third_party/curl/lib/
Dhttp2.c1078 data->req.keepon &= ~KEEP_SEND_HOLD; in on_stream_frame()
1082 if((data->req.keepon & KEEP_SEND_HOLD) && in on_stream_frame()
1084 data->req.keepon &= ~KEEP_SEND_HOLD; in on_stream_frame()
1232 if((data->req.keepon & KEEP_SEND_HOLD) && in on_frame_recv()
1235 data->req.keepon &= ~KEEP_SEND_HOLD; in on_frame_recv()
1357 data_s->req.keepon &= ~KEEP_SEND_HOLD; in on_stream_close()
2294 data->req.keepon |= KEEP_SEND_HOLD; in cf_h2_send()
Dcf-h2-proxy.c691 if((data->req.keepon & KEEP_SEND_HOLD) && in proxy_h2_on_frame_recv()
693 data->req.keepon &= ~KEEP_SEND_HOLD; in proxy_h2_on_frame_recv()
730 if((data->req.keepon & KEEP_SEND_HOLD) && in proxy_h2_on_frame_recv()
732 data->req.keepon &= ~KEEP_SEND_HOLD; in proxy_h2_on_frame_recv()
Durldata.h566 #define KEEP_SEND_HOLD (1<<3) /* when set, no writing should be done but there macro
572 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)