Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_compressor.c262 off_t zst_off; /* offset into the output stream */ member
339 s->zst_off = 0; in zstdio_reset()
360 error = cb(s->zst_buffer, bytes_to_dump, s->zst_off, arg); in zst_flush_intermediate()
372 s->zst_off += bytes_to_dump; in zst_flush_intermediate()
415 error = cb(s->zst_buffer, s->zst_outbuffer.pos, s->zst_off, in zstdio_flush()