Searched refs:HTTPSEND_REQUEST (Results 1 – 3 of 3) sorted by relevance
132 HTTPSEND_REQUEST, /* sending a request */ enumerator
172 if(http->sending == HTTPSEND_REQUEST) in Curl_fillreadbuffer()1048 if(http->sending == HTTPSEND_REQUEST) in readwrite_upload()1858 (http->sending == HTTPSEND_REQUEST)); in Curl_setup_transfer()
1122 conn->data->req.forbidchunk = (http->sending == HTTPSEND_REQUEST)?TRUE:FALSE; in readmoredata()1301 http->sending = HTTPSEND_REQUEST; in Curl_buffer_send()2971 if(!postsize && (http->sending != HTTPSEND_REQUEST)) in Curl_http()