Home
last modified time | relevance | path

Searched refs:l_buf (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
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;
1085 lc = s->l_buf[lx++];
H A Ddeflate.c311 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;
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c662 unsigned long l_buf = 0; in display_number() local
688 l_buf = *(unsigned long *)*opt; in display_number()
690 memcpy((char *)&l_buf, *opt, len); in display_number()
691 (void) sprintf(get_line(0, 0), fmt, msg, ntohl(l_buf)); in display_number()
/titanic_50/usr/src/head/
H A Drje.h83 char l_buf[LBUFMAX]; /* buffer for fields */ member
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c501 uchf *l_buf; /* buffer for literals or lengths */ member
610 s->l_buf[s->last_lit++] = cc; \
618 s->l_buf[s->last_lit++] = len; \
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;
3372 lc = s->l_buf[lx++];
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c335 uchf *l_buf; /* buffer for literals or lengths */ member
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
2409 s->l_buf[s->last_lit++] = (uch)lc;
2464 lc = s->l_buf[lx++];