Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h218 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Dzutil.h38 typedef uch FAR uchf; typedef
H A Ddeflate.c364 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1171 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c47 typedef uch FAR uchf; typedef
335 uchf *l_buf; /* buffer for literals or lengths */
639 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c98 typedef uch FAR uchf; typedef
499 uchf *l_buf; /* buffer for literals or lengths */
923 s->pending_buf = (uchf *) overlay;
1332 ds->pending_buf = (uchf *) overlay;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c597 typedef uch FAR uchf; typedef
1424 uchf *l_buf; /* buffer for literals or lengths */