Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.h69 size_t included_body_bytes,
Dhttp.c1144 size_t included_body_bytes, in Curl_add_buffer_send() argument
1168 headersize = size - included_body_bytes; /* the initial part that isn't body in Curl_add_buffer_send()
1171 DEBUGASSERT(size > included_body_bytes); in Curl_add_buffer_send()