Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 4 of 4) sorted by relevance

/lib/
Ddecompress.c66 const struct compress_format *cf; in decompress_method() local
76 for (cf = compressed_formats; cf->name; cf++) { in decompress_method()
77 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
82 *name = cf->name; in decompress_method()
83 return cf->decompressor; in decompress_method()
/lib/zlib_dfltcc/
Ddfltcc_deflate.c127 if (flush == Z_FINISH && strm->avail_in == 0 && !param->cf) { in dfltcc_deflate()
138 if (strm->avail_in == 0 && !param->cf) { in dfltcc_deflate()
151 if (param->cf) { in dfltcc_deflate()
Ddfltcc.h43 unsigned cf : 1; /* Continuation Flag */ member
Ddfltcc_inflate.c113 if (strm->avail_in == 0 && !param->cf) in dfltcc_inflate()