Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_compressor.c267 off_t zst_off; /* offset into the output stream */ member
349 s->zst_off = 0; in zstdio_reset()
370 error = cb(s->zst_buffer, bytes_to_dump, s->zst_off, arg); in zst_flush_intermediate()
382 s->zst_off += bytes_to_dump; in zst_flush_intermediate()
425 error = cb(s->zst_buffer, s->zst_outbuffer.pos, s->zst_off, in zstdio_flush()