Lines Matching defs:here
46 use of pointers in the state. The approach here allows for storage of the
249 struct point *here;
258 here = index->list;
260 while (--ret && here[1].out <= offset)
261 here++;
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
283 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
286 offset -= here->out;