Home
last modified time | relevance | path

Searched refs:KEEP_SEND_PAUSE (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Deasy.c1132 oldstate = k->keepon & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause()
1135 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause()
1137 ((action & CURLPAUSE_SEND) ? KEEP_SEND_PAUSE : 0); in curl_easy_pause()
1139 keep_changed = ((newstate & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) != oldstate); in curl_easy_pause()
1140 not_all_paused = (newstate & (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) != in curl_easy_pause()
1141 (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE); in curl_easy_pause()
1142 unpause_read = ((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause()
1159 if(!(newstate & KEEP_SEND_PAUSE)) in curl_easy_pause()
H A Dtransfer.c410 !(data->req.keepon & KEEP_SEND_PAUSE))) in select_bits_paused()
413 return (data->req.keepon & (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)); in select_bits_paused()
H A Drequest.c445 !(data->req.keepon & KEEP_SEND_PAUSE) && in Curl_req_send_more()
H A Durldata.h587 #define KEEP_SEND_PAUSE (1<<5) /* writing is paused */ macro
598 #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
H A Dsendf.c718 data->req.keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in cr_in_read()
H A Dmime.c2015 data->req.keepon |= KEEP_SEND_PAUSE; /* mark socket send as paused */ in cr_mime_read()

Completed in 32 milliseconds