Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_compressor.c268 off_t zst_off; /* offset into the output stream */ member
345 s->zst_off = 0; in zstdio_reset()
366 error = cb(s->zst_buffer, bytes_to_dump, s->zst_off, arg); in zst_flush_intermediate()
378 s->zst_off += bytes_to_dump; in zst_flush_intermediate()
421 error = cb(s->zst_buffer, s->zst_outbuffer.pos, s->zst_off, in zstdio_flush()