Home
last modified time | relevance | path

Searched refs:dfltcc_can_deflate (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.h8 int dfltcc_can_deflate(z_streamp strm);
19 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
H A Ddfltcc_deflate.c15 int dfltcc_can_deflate( in dfltcc_can_deflate() function
40 EXPORT_SYMBOL(dfltcc_can_deflate);
134 if (!dfltcc_can_deflate(strm)) { in dfltcc_deflate()