Home
last modified time | relevance | path

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

/third_party/curl/docs/
DCLIENT-WRITERS.md67 CURL_CW_PROTOCOL, /* after transfer, but before content decoding */
78 1. `"download", CURL_CW_PROTOCOL`: checks that protocol limits are kept and updates progress counte…
91 … *before* it gets decoded. That is why this check happens in phase `CURL_CW_PROTOCOL` which always…
97 …RANSFER_DECODE`. Which makes their operation happen *before* phase `CURL_CW_PROTOCOL` where length…
/third_party/curl/lib/
Dsendf.h96 CURL_CW_PROTOCOL, /* after transfer, but before content decoding */ enumerator
Dsendf.c730 result = Curl_cwriter_create(&writer, data, &cw_download, CURL_CW_PROTOCOL); in do_init_stack()