Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_chunks.c193 switch (conn->data->set.http_ce_skip? in Curl_httpchunk_read()
Durldata.h1586 bool http_ce_skip; /* pass the raw body data to the user, even when member
Dtransfer.c726 switch (conn->data->set.http_ce_skip ? in readwrite_data()
Durl.c2402 data->set.http_ce_skip = (0 == va_arg(param, long))?TRUE:FALSE; in Curl_setopt()