Home
last modified time | relevance | path

Searched refs:trailerlen (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dcontent_encoding.c103 uInt trailerlen; /* Remaining trailer byte count. */ member
157 uInt len = z->avail_in < zp->trailerlen? z->avail_in: zp->trailerlen; in process_trailer()
162 zp->trailerlen -= len; in process_trailer()
167 if(result || !zp->trailerlen) in process_trailer()
254 zp->trailerlen = 4; /* Tolerate up to 4 unknown trailer bytes. */ in inflate_stream()
359 zp->trailerlen = 8; /* A CRC-32 and a 32-bit input size (RFC 1952, 2.2) */ in gzip_do_init()

Completed in 2 milliseconds