Home
last modified time | relevance | path

Searched refs:http_ce_skip (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhttp_chunks.c195 if(!conn->data->set.http_ce_skip && k->writer_stack) in Curl_httpchunk_read()
Durldata.h1715 bit http_ce_skip:1; /* pass the raw body data to the user, even when member
Dtransfer.c929 if(conn->data->set.http_ce_skip || !k->writer_stack) { in readwrite_data()
Dsetopt.c2279 data->set.http_ce_skip = (0 == va_arg(param, long)) ? TRUE : FALSE; in vsetopt()