HomeSort by relevance Sort by last modified time
    Searched refs:ignorebody (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
http_chunks.c 122 if(data->set.http_te_skip && !k->ignorebody) {
191 if(!k->ignorebody)
transfer.c 601 k->ignorebody = TRUE;
606 !k->ignorebody) {
713 if(k->badheader && !k->ignorebody) {
723 if(excess > 0 && !k->ignorebody) {
759 if(k->badheader && !k->ignorebody) {
783 if(!k->ignorebody) {
    [all...]
http_proxy.c 462 /* We set ignorebody true here since the chunked
466 k->ignorebody = TRUE;
639 data->req.ignorebody = FALSE; /* put it (back) to non-ignore state */
content_encoding.c 805 if(!nbytes || k->ignorebody)
urldata.h 562 bool ignorebody; /* we read a response-body but we ignore it! */ member in struct:SingleRequest
    [all...]
url.c     [all...]

Completed in 57 milliseconds