Searched refs:checkpoint (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c91 off_t in_count, out_count, checkpoint; member in struct:private_data
182 state->checkpoint = CHECK_GAP;
391 if (state->in_count < state->checkpoint)
394 state->checkpoint = state->in_count + CHECK_GAP;
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c156 #define checkpoint zs->zs_checkpoint macro
268 checkpoint = CHECK_GAP;
314 checkpoint && block_compress) {
637 checkpoint = in_count + CHECK_GAP;
713 checkpoint = CHECK_GAP;
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keygen.c2212 char *checkpoint = NULL; local
2426 checkpoint = xstrdup(optarg);
2563 generator_wanted, checkpoint,

Completed in 118 milliseconds