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) {
197 if(!k->ignorebody) {
transfer.c 560 k->ignorebody = TRUE;
565 !k->ignorebody) {
672 if(k->badheader && !k->ignorebody) {
682 if(excess > 0 && !k->ignorebody) {
720 if(k->badheader && !k->ignorebody) {
751 if(!k->ignorebody) {
767 if(!k->ignorebody)
773 if(!k->ignorebody)
    [all...]
http_proxy.c 460 /* We set ignorebody true here since the chunked
464 k->ignorebody = TRUE;
645 data->req.ignorebody = FALSE; /* put it (back) to non-ignore state */
content_encoding.c 118 if((DSIZ - z->avail_out) && (!k->ignorebody)) {
urldata.h 720 bool ignorebody; /* we read a response-body but we ignore it! */ member in struct:SingleRequest
    [all...]
url.c     [all...]

Completed in 153 milliseconds