Lines Matching full:here
48 code here; /* table entry for duplication */ in inflate_table() local
113 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
114 here.bits = (unsigned char)1; in inflate_table()
115 here.val = (unsigned short)0; in inflate_table()
116 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
117 *(*table)++ = here; in inflate_table()
211 here.bits = (unsigned char)(len - drop); in inflate_table()
213 here.op = (unsigned char)0; in inflate_table()
214 here.val = work[sym]; in inflate_table()
217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
218 here.val = base[work[sym] - match]; in inflate_table()
221 here.op = (unsigned char)(32 + 64); /* end of block */ in inflate_table()
222 here.val = 0; in inflate_table()
231 next[(huff >> drop) + fill] = here; in inflate_table()
259 next += min; /* here min is 1 << curr */ in inflate_table()
289 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
290 here.bits = (unsigned char)(len - drop); in inflate_table()
291 here.val = (unsigned short)0; in inflate_table()
292 next[huff] = here; in inflate_table()