Home | History | Annotate | Download | only in zlib

Lines Matching refs:sym_next

451     s->sym_next = s->matches = 0;
908 if (s->sym_next != 0) do {
948 } while (sx < s->sym_next);
1032 s->sym_next / 3));
1097 s->d_buf[s->sym_next] = (ush)dist;
1098 s->l_buf[s->sym_next++] = (uch)lc;
1100 s->sym_buf[s->sym_next++] = (uch)dist;
1101 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
1102 s->sym_buf[s->sym_next++] = (uch)lc;
1118 return (s->sym_next == s->sym_end);