Home
last modified time | relevance | path

Searched refs:CHUNKcode (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dhttp_chunks.h78 } CHUNKcode; typedef
80 const char *Curl_chunked_strerror(CHUNKcode code);
Dhttp_chunks.c105 CHUNKcode Curl_httpchunk_read(struct connectdata *conn, in Curl_httpchunk_read()
361 const char *Curl_chunked_strerror(CHUNKcode code) in Curl_chunked_strerror()
Dhttp.h86 CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
Dhttp_proxy.c378 CHUNKcode r; in Curl_proxyCONNECT()
459 CHUNKcode r; in Curl_proxyCONNECT()
Dtransfer.c634 CHUNKcode res = in readwrite_data()