Searched refs:dfltcc_can_deflate (Results 1 – 2 of 2) sorted by relevance
8 int dfltcc_can_deflate(z_streamp strm);19 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
15 int dfltcc_can_deflate( in dfltcc_can_deflate() function40 EXPORT_SYMBOL(dfltcc_can_deflate);134 if (!dfltcc_can_deflate(strm)) { in dfltcc_deflate()