Home
last modified time | relevance | path

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

/third_party/zlib/
H A Ddeflate.h225 # define LIT_BUFS 5 macro
229 # define LIT_BUFS 4 macro
H A Ddeflate.c499 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
1317 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()
1328 zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); in deflateCopy()

Completed in 4 milliseconds