Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zlib_dfltcc/
Ddfltcc.h107 int dfltcc_can_deflate(z_streamp strm);
131 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm)))
Ddfltcc_syms.c14 EXPORT_SYMBOL(dfltcc_can_deflate);
Ddfltcc_deflate.c12 int dfltcc_can_deflate( in dfltcc_can_deflate() function
113 if (!dfltcc_can_deflate(strm)) in dfltcc_deflate()