Searched defs:flush (Results 1 – 7 of 7) sorted by relevance
/lib/zlib_deflate/ |
D | deflate.c | 60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument 331 int flush in zlib_deflate() 859 int flush in deflate_stored() 918 int flush in deflate_fast() 1012 int flush in deflate_slow()
|
/lib/zlib_inflate/ |
D | inflate.c | 23 #define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument 331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate()
|
/lib/zlib_dfltcc/ |
D | dfltcc_inflate.c | 85 int flush, in dfltcc_inflate()
|
D | dfltcc_deflate.c | 102 int flush, in dfltcc_deflate()
|
D | dfltcc.h | 138 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument
|
/lib/ |
D | decompress_unlzma.c | 283 long (*flush)(void*, unsigned long); member
|
/lib/zstd/ |
D | compress.c | 3129 …, void *dst, size_t *dstCapacityPtr, const void *src, size_t *srcSizePtr, ZSTD_flush_e const flush) in ZSTD_compressStream_generic()
|