Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:TABLE

218         /* literal/length table */
229 /* distance table */
275 puts(" /* inffixed.h -- table for decoding fixed codes");
567 code this; /* current decoding table entry */
568 code last; /* parent table entry */
799 state->mode = TABLE;
837 case TABLE:
852 Tracev((stderr, "inflate: table sizes ok\n"));