Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c77 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
189 state->checkpoint = CHECK_GAP; in archive_compressor_compress_open()
390 state->checkpoint = state->in_count + CHECK_GAP; in archive_compressor_compress_write()
/freebsd-14.2/usr.bin/compress/
H A Dzopen.c191 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
268 checkpoint = CHECK_GAP; in zwrite()
638 checkpoint = in_count + CHECK_GAP; in cl_block()
714 checkpoint = CHECK_GAP; in zopen()
/freebsd-14.2/usr.bin/gzip/
H A Dzuncompress.c52 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
188 zs->zs_checkpoint = CHECK_GAP; in zdopen()