Home | History | Annotate | Download | only in infback9

Lines Matching refs:TABLE

61     /* literal/length table */
72 /* distance table */
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
240 code const FAR *lencode; /* starting table for length/literal codes */
241 code const FAR *distcode; /* starting table for distance codes */
244 code here; /* current decoding table entry */
245 code last; /* parent table entry */
303 mode = TABLE;
344 case TABLE:
345 /* get dynamic table entries descriptor */
358 Tracev((stderr, "inflate: table sizes ok\n"));