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");
241 code const FAR *lencode; /* starting table for length/literal codes */
242 code const FAR *distcode; /* starting table for distance codes */
245 code here; /* current decoding table entry */
246 code last; /* parent table entry */
305 mode = TABLE;
346 case TABLE:
347 /* get dynamic table entries descriptor */
360 Tracev((stderr, "inflate: table sizes ok\n"));