Searched refs:cf (Results 1 – 4 of 4) sorted by relevance
66 const struct compress_format *cf; in decompress_method() local76 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()
127 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()
43 unsigned cf : 1; /* Continuation Flag */ member
113 if (strm->avail_in == 0 && !param->cf) in dfltcc_inflate()