Searched refs:CURL_CW_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
67 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…
96 CURL_CW_PROTOCOL, /* after transfer, but before content decoding */ enumerator
730 result = Curl_cwriter_create(&writer, data, &cw_download, CURL_CW_PROTOCOL); in do_init_stack()