Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c299 s->pending_out = s->pending_buf; in deflateResetKeep()
356 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
358 s->pending_out += len; in flush_pending()
363 s->pending_out = s->pending_buf; in flush_pending()
H A Dhammer2_zlib_deflate.h94 Bytef *pending_out; /* next pending byte to output to the stream */ member
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c299 s->pending_out = s->pending_buf; in deflateResetKeep()
356 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
358 s->pending_out += len; in flush_pending()
363 s->pending_out = s->pending_buf; in flush_pending()
H A Dhammer2_zlib_deflate.h94 Bytef *pending_out; /* next pending byte to output to the stream */ member
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.c294 s->pending_out = s->pending_buf; in deflateResetKeep()
351 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
353 s->pending_out += len; in flush_pending()
358 s->pending_out = s->pending_buf; in flush_pending()
H A Dhammer2_zlib_deflate.h94 Bytef *pending_out; /* next pending byte to output to the stream */ member
/dragonfly/contrib/zlib-1.2/
H A Ddeflate.c482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
H A Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/dragonfly/sys/net/
H A Dzlib.c359 Bytef *pending_out; /* next pending byte to output to the stream */ member
882 s->pending_out = s->pending_buf; in deflateReset()
959 zmemcpy(strm->next_out, s->pending_out, len); in flush_pending()
962 s->pending_out += len; in flush_pending()
967 s->pending_out = s->pending_buf; in flush_pending()
1174 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); in deflateCopy()