Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
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()