Home
last modified time | relevance | path

Searched refs:EXP100_SEND_DATA (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dc-hyper.c223 k->exp100 = EXP100_SEND_DATA; in hyper_body_chunk()
355 if(k->exp100 > EXP100_SEND_DATA) { in Curl_hyper_stream()
360 k->exp100 = EXP100_SEND_DATA; in Curl_hyper_stream()
662 if(data->req.exp100 > EXP100_SEND_DATA) { in uploadpostfields()
702 if(data->req.exp100 > EXP100_SEND_DATA) { in uploadstreamed()
H A Dhttp.c3345 data->req.exp100 = EXP100_SEND_DATA; /* already sent */ in Curl_http()
4032 if(k->exp100 > EXP100_SEND_DATA) { in http_rw_headers()
4033 k->exp100 = EXP100_SEND_DATA; in http_rw_headers()
4239 if(k->exp100 > EXP100_SEND_DATA) { in http_rw_headers()
4240 k->exp100 = EXP100_SEND_DATA; in http_rw_headers()
H A Dsendf.c561 if(data->req.exp100 > EXP100_SEND_DATA) in cw_download_write()
H A Dtransfer.c962 k->exp100 = EXP100_SEND_DATA; in Curl_readwrite()
H A Durldata.h616 EXP100_SEND_DATA, /* enough waiting, just send the body now */ enumerator

Completed in 17 milliseconds