HomeSort by: relevance | last modified time | path
    Searched defs:contentlength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/fetch/dist/libfetch/
http.c 161 off_t contentlength; /* remaining size of the content */ member in struct:httpio
224 if (io->contentlength >= 0 && (off_t)len > io->contentlength)
225 len = io->contentlength;
234 if (io->contentlength)
235 io->contentlength -= io->buflen;
262 if (io->contentlength >= 0)
263 io->contentlength -= io->buflen;
366 io->contentlength = clength;
http.c 161 off_t contentlength; /* remaining size of the content */ member in struct:httpio
224 if (io->contentlength >= 0 && (off_t)len > io->contentlength)
225 len = io->contentlength;
234 if (io->contentlength)
235 io->contentlength -= io->buflen;
262 if (io->contentlength >= 0)
263 io->contentlength -= io->buflen;
366 io->contentlength = clength;

Completed in 30 milliseconds