IPos               89 tools/packfi2/deflate.c       uInt longest_match  OF((deflate_state *s, IPos cur_match));
IPos               91 tools/packfi2/deflate.c local uInt longest_match  OF((deflate_state *s, IPos cur_match));
IPos               94 tools/packfi2/deflate.c local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
IPos               97 tools/packfi2/deflate.c local  void check_match OF((deflate_state *s, IPos start, IPos match,
IPos              323 tools/packfi2/deflate.c     IPos hash_head = 0;
IPos             1029 tools/packfi2/deflate.c     IPos cur_match;                             /* current match */
IPos             1037 tools/packfi2/deflate.c     IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
IPos             1038 tools/packfi2/deflate.c         s->strstart - (IPos)MAX_DIST(s) : NIL;
IPos             1177 tools/packfi2/deflate.c     IPos cur_match;                             /* current match */
IPos             1234 tools/packfi2/deflate.c     IPos start, match;
IPos             1452 tools/packfi2/deflate.c     IPos hash_head = NIL; /* head of the hash chain */
IPos             1558 tools/packfi2/deflate.c     IPos hash_head = NIL;    /* head of hash chain */
IPos              154 tools/packfi2/deflate.h     IPos prev_match;             /* previous match */