Searched refs:dfltcc_can_inflate (Results 1 – 2 of 2) sorted by relevance
112 int dfltcc_can_inflate(z_streamp strm);139 if (dfltcc_can_inflate((strm))) { \151 #define INFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_inflate((strm)))153 #define INFLATE_NEED_UPDATEWINDOW(strm) (!dfltcc_can_inflate((strm)))
13 int dfltcc_can_inflate( in dfltcc_can_inflate() function33 EXPORT_SYMBOL(dfltcc_can_inflate);52 if (!dfltcc_can_inflate(strm)) in dfltcc_inflate_disable()
Completed in 3 milliseconds