Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c1947 curl_off_t included_body = 0; in Curl_http() local
2870 included_body = postsize; in Curl_http()
2881 included_body = postsize + 2; in Curl_http()
2887 included_body += 5; in Curl_http()
2942 (size_t)included_body, FIRSTSOCKET); in Curl_http()