Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_compressor.c269 off_t zst_off; /* offset into the output stream */ member
346 s->zst_off = 0; in zstdio_reset()
367 error = cb(s->zst_buffer, bytes_to_dump, s->zst_off, arg); in zst_flush_intermediate()
379 s->zst_off += bytes_to_dump; in zst_flush_intermediate()
422 error = cb(s->zst_buffer, s->zst_outbuffer.pos, s->zst_off, in zstdio_flush()