Searched refs:l_buf (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/head/
H A Drje.h83 char l_buf[LBUFMAX]; /* buffer for fields */ member in struct:lines
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
236 uInt last_lit; /* running index in l_buf */
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
311 s->l_buf[s->last_lit++] = cc; \
319 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1028 s->l_buf[s->last_lit++] = (uch)lc;
1079 unsigned lx = 0; /* running index in l_buf */
1085 lc = s->l_buf[lx++];
1110 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c238 /* We overlay pending_buf and d_buf+l_buf. This works since the average
311 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
945 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1016 s->l_buf[s->last_lit++] = (uch)lc;
1067 unsigned lx = 0; /* running index in l_buf */
1073 lc = s->l_buf[lx++];
1098 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1059 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c662 unsigned long l_buf = 0; local
688 l_buf = *(unsigned long *)*opt;
690 memcpy((char *)&l_buf, *opt, len);
691 (void) sprintf(get_line(0, 0), fmt, msg, ntohl(l_buf));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c501 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
532 uInt last_lit; /* running index in l_buf */
536 * Buffer for distances. To simplify the code, d_buf and l_buf
610 s->l_buf[s->last_lit++] = cc; \
618 s->l_buf[s->last_lit++] = len; \
867 * We overlay pending_buf and d_buf+l_buf. This works since
936 s->l_buf = s->pending_buf + (1+sizeof (ush))*s->lit_bufsize;
1350 ds->l_buf = ds->pending_buf + (1+sizeof (ush))*ds->lit_bufsize;
3311 s->l_buf[s->last_lit++] = (uch)lc;
3366 unsigned lx = 0; /* running index in l_buf */
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c335 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
357 uInt last_lit; /* running index in l_buf */
360 /* Buffer for distances. To simplify the code, d_buf and l_buf have
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
649 /* We overlay pending_buf and d_buf+l_buf. This works since the average
2409 s->l_buf[s->last_lit++] = (uch)lc;
2458 unsigned lx = 0; /* running index in l_buf */
2464 lc = s->l_buf[lx++];
2489 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */

Completed in 105 milliseconds