Searched refs:dfltcc_can_deflate (Results 1 – 3 of 3) sorted by relevance
107 int dfltcc_can_deflate(z_streamp strm);131 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
14 EXPORT_SYMBOL(dfltcc_can_deflate);
12 int dfltcc_can_deflate( in dfltcc_can_deflate() function113 if (!dfltcc_can_deflate(strm)) in dfltcc_deflate()