Lines Matching refs:here
49 code here; /* table entry for duplication */ in inflate_table() local
114 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
115 here.bits = (unsigned char)1; in inflate_table()
116 here.val = (unsigned short)0; in inflate_table()
117 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
118 *(*table)++ = here; in inflate_table()
212 here.bits = (unsigned char)(len - drop); in inflate_table()
214 here.op = (unsigned char)0; in inflate_table()
215 here.val = work[sym]; in inflate_table()
218 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
219 here.val = base[work[sym] - match]; in inflate_table()
222 here.op = (unsigned char)(32 + 64); /* end of block */ in inflate_table()
223 here.val = 0; in inflate_table()
232 next[(huff >> drop) + fill] = here; in inflate_table()
290 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
291 here.bits = (unsigned char)(len - drop); in inflate_table()
292 here.val = (unsigned short)0; in inflate_table()
293 next[huff] = here; in inflate_table()