Searched refs:uchf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */
H A Dzutil.h53 typedef uch FAR uchf; typedef
H A Ddeflate.c300 s->pending_buf = (uchf *) overlay;
930 ds->pending_buf = (uchf *) overlay;
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */
H A Dzutil.h42 typedef uch FAR uchf; typedef
H A Ddeflate.c302 s->pending_buf = (uchf *) overlay;
1044 ds->pending_buf = (uchf *) overlay;
/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.c100 typedef uch FAR uchf; typedef
501 uchf *l_buf; /* buffer for literals or lengths */
925 s->pending_buf = (uchf *) overlay;
1334 ds->pending_buf = (uchf *) overlay;

Completed in 93 milliseconds