Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c1743 curl_off_t included_body = 0; in Curl_http() local
2612 included_body = postsize; in Curl_http()
2623 included_body = postsize + 2; in Curl_http()
2629 included_body += 5; in Curl_http()
2684 (size_t)included_body, FIRSTSOCKET); in Curl_http()