Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp_chunks.c132 return CHUNKE_PASSTHRU_ERROR; in Curl_httpchunk_read()
204 return CHUNKE_PASSTHRU_ERROR; in Curl_httpchunk_read()
254 return CHUNKE_PASSTHRU_ERROR; in Curl_httpchunk_read()
333 case CHUNKE_PASSTHRU_ERROR: in Curl_chunked_strerror()
Dhttp_chunks.h79 CHUNKE_PASSTHRU_ERROR, /* Curl_httpchunk_read() returns a CURLcode to use */ enumerator
Dtransfer.c752 if(CHUNKE_PASSTHRU_ERROR == res) { in readwrite_data()