Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_compressor.c265 ZSTD_outBuffer zst_outbuffer; member
319 s->zst_outbuffer.dst = buffer; in zstdio_init()
320 s->zst_outbuffer.size = buf_size; in zstdio_init()
349 s->zst_outbuffer.pos = 0; in zstdio_reset()
360 while (s->zst_outbuffer.pos >= 4096) { in zst_flush_intermediate()
374 s->zst_outbuffer.pos -= bytes_to_dump; in zst_flush_intermediate()
375 memmove(s->zst_outbuffer.dst, in zst_flush_intermediate()
377 s->zst_outbuffer.pos); in zst_flush_intermediate()
394 lastpos = s->zst_outbuffer.pos; in zstdio_flush()
412 lastpos = s->zst_outbuffer.pos; in zstdio_flush()
[all …]