Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_compressor.c386 size_t rc, lastpos; in zstdio_flush() local
394 lastpos = s->zst_outbuffer.pos; in zstdio_flush()
402 if (lastpos == s->zst_outbuffer.pos) { in zstdio_flush()
404 __func__, lastpos); in zstdio_flush()
412 lastpos = s->zst_outbuffer.pos; in zstdio_flush()
435 size_t lastpos, rc; in zstdio_write() local
445 lastpos = 0; in zstdio_write()
456 if (lastpos == s->zst_inbuffer.pos) { in zstdio_write()
461 lastpos); in zstdio_write()
464 lastpos = s->zst_inbuffer.pos; in zstdio_write()