Home
last modified time | relevance | path

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

/lib/
A 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/
A Ddfltcc.h43 unsigned cf : 1; /* Continuation Flag */ member
A Ddfltcc_deflate.c150 if (strm->avail_in == 0 && !param->cf) { in dfltcc_deflate()
177 if (param->cf) { in dfltcc_deflate()
A Ddfltcc_inflate.c119 if (strm->avail_in == 0 && !param->cf) in dfltcc_inflate()

Completed in 6 milliseconds