Lines Matching refs:here
46 code here; /* table entry for duplication */ in inflate_table() local
111 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
112 here.bits = (unsigned char)1; in inflate_table()
113 here.val = (unsigned short)0; in inflate_table()
114 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
115 *(*table)++ = here; in inflate_table()
209 here.bits = (unsigned char)(len - drop); in inflate_table()
211 here.op = (unsigned char)0; in inflate_table()
212 here.val = work[sym]; in inflate_table()
215 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
216 here.val = base[work[sym] - match]; in inflate_table()
219 here.op = (unsigned char)(32 + 64); /* end of block */ in inflate_table()
220 here.val = 0; in inflate_table()
229 next[(huff >> drop) + fill] = here; in inflate_table()
287 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
288 here.bits = (unsigned char)(len - drop); in inflate_table()
289 here.val = (unsigned short)0; in inflate_table()
290 next[huff] = here; in inflate_table()