Home
last modified time | relevance | path

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

/openbsd/lib/libz/
H A Ddeflate.h223 # define LIT_BUFS 5 macro
227 # define LIT_BUFS 4 macro
H A Ddeflate.c492 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
1313 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()
1324 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy()
/openbsd/sys/lib/libz/
H A Ddeflate.h223 # define LIT_BUFS 5 macro
227 # define LIT_BUFS 4 macro
H A Ddeflate.c492 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
1313 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()
1324 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h225 # define LIT_BUFS 5 macro
229 # define LIT_BUFS 4 macro
H A Ddeflate.c496 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
1309 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()
1320 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy()