Searched refs:dfltcc_can_deflate (Results 1 – 2 of 2) sorted by relevance
6 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm);17 if (dfltcc_can_deflate((strm))) \23 if (dfltcc_can_deflate((strm))) \43 if (dfltcc_can_deflate((strm))) \48 #define DEFLATE_NEED_CONSERVATIVE_BOUND(strm) (dfltcc_can_deflate((strm)))52 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
47 int Z_INTERNAL dfltcc_can_deflate(PREFIX3(streamp) strm) { in dfltcc_can_deflate() function108 if (!dfltcc_can_deflate(strm)) { in dfltcc_deflate()302 int could_deflate = dfltcc_can_deflate(strm); in dfltcc_deflate_params()334 return !dfltcc_can_deflate(strm) || (!param->cf && !param->bcf); in dfltcc_deflate_done()