Searched refs:dfltcc_can_inflate (Results 1 – 2 of 2) sorted by relevance
9 int dfltcc_can_inflate(z_streamp strm);21 if (dfltcc_can_inflate((strm))) { \33 #define INFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_inflate((strm)))35 #define INFLATE_NEED_UPDATEWINDOW(strm) (!dfltcc_can_inflate((strm)))
13 int dfltcc_can_inflate( in dfltcc_can_inflate() function29 EXPORT_SYMBOL(dfltcc_can_inflate);56 if (!dfltcc_can_inflate(strm)) in dfltcc_inflate_disable()