Home | History | Annotate | Download | only in examples

Lines Matching defs:here

51    use of pointers in the state.  The approach here allows for storage of the
254 struct point *here;
263 here = index->list;
265 while (--ret && here[1].out <= offset)
266 here++;
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
288 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
291 offset -= here->out;