Home
last modified time | relevance | path

Searched refs:exp100 (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()
230 k->exp100 = EXP100_FAILED; 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()
663 if(data->req.exp100 == EXP100_FAILED) in uploadpostfields()
702 if(data->req.exp100 > EXP100_SEND_DATA) { in uploadstreamed()
703 if(data->req.exp100 == EXP100_FAILED) in uploadstreamed()
H A Dtransfer.c653 if((k->exp100 == EXP100_SENDING_REQUEST) && in readwrite_upload()
658 k->exp100 = EXP100_AWAITING_CONTINUE; /* wait for the header */ in readwrite_upload()
945 if(k->exp100 == EXP100_AWAITING_CONTINUE) { in Curl_readwrite()
962 k->exp100 = EXP100_SEND_DATA; in Curl_readwrite()
1661 k->exp100 = EXP100_AWAITING_CONTINUE; in Curl_setup_transfer()
1672 k->exp100 = EXP100_SENDING_REQUEST; in Curl_setup_transfer()
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()
4221 k->exp100 == EXP100_AWAITING_CONTINUE) { 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()
4252 k->exp100 = EXP100_FAILED; in http_rw_headers()
H A Dsendf.c561 if(data->req.exp100 > EXP100_SEND_DATA) in cw_download_write()
H A Durldata.h683 enum expect100 exp100; /* expect 100 continue state */ member

Completed in 19 milliseconds