Searched refs:http_ce_skip (Results 1 – 4 of 4) sorted by relevance
195 if(!conn->data->set.http_ce_skip && k->writer_stack) in Curl_httpchunk_read()
1715 bit http_ce_skip:1; /* pass the raw body data to the user, even when member
929 if(conn->data->set.http_ce_skip || !k->writer_stack) { in readwrite_data()
2279 data->set.http_ce_skip = (0 == va_arg(param, long)) ? TRUE : FALSE; in vsetopt()