Home
last modified time | relevance | path

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

/external/curl/lib/
Dpingpong.c355 ssize_t clipamount = 0; in Curl_pp_readresp() local
409 clipamount = gotbytes - i; in Curl_pp_readresp()
413 (int)clipamount)); in Curl_pp_readresp()
427 clipamount = 40; in Curl_pp_readresp()
433 clipamount = perline; in Curl_pp_readresp()
440 if(clipamount) { in Curl_pp_readresp()
441 pp->cache_size = clipamount; in Curl_pp_readresp()
/external/curl/docs/
DCODE_STYLE.md223 (int)clipamount));