Searched refs:ZLIB_HEADERSIZE (Results 1 – 1 of 1) sorted by relevance
33 #define ZLIB_HEADERSIZE 4 macro738 if (zwd->totalInBytes < ZLIB_HEADERSIZE) { in z_inflate()739 if (zwd->totalInBytes == 0 && strm->avail_in >= ZLIB_HEADERSIZE) { in z_inflate()760 size_t const srcSize = MIN(strm->avail_in, ZLIB_HEADERSIZE - zwd->totalInBytes); in z_inflate()766 if (zwd->totalInBytes < ZLIB_HEADERSIZE) return Z_OK; in z_inflate()784 strm->avail_in = ZLIB_HEADERSIZE; in z_inflate()