Home
last modified time | relevance | path

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

/freebsd/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/usr.bin/compress/
H A Dzopen.c188 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
265 checkpoint = CHECK_GAP; in zwrite()
635 checkpoint = in_count + CHECK_GAP; in cl_block()
711 checkpoint = CHECK_GAP; in zopen()
/freebsd/usr.bin/gzip/
H A Dzuncompress.c52 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
188 zs->zs_checkpoint = CHECK_GAP; in zdopen()