Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h227 uchf *l_buf; /* buffer for literals/lengths */
230 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Dzutil.h40 typedef uch FAR uchf; typedef
H A Ddeflate.c496 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
731 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
1309 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()