IPos 90 3rdparty/zlib/deflate.c uInt longest_match OF((deflate_state *s, IPos cur_match)); IPos 92 3rdparty/zlib/deflate.c local uInt longest_match OF((deflate_state *s, IPos cur_match)); IPos 96 3rdparty/zlib/deflate.c local void check_match OF((deflate_state *s, IPos start, IPos match, IPos 1150 3rdparty/zlib/deflate.c IPos cur_match; /* current match */ IPos 1158 3rdparty/zlib/deflate.c IPos limit = s->strstart > (IPos)MAX_DIST(s) ? IPos 1159 3rdparty/zlib/deflate.c s->strstart - (IPos)MAX_DIST(s) : NIL; IPos 1299 3rdparty/zlib/deflate.c IPos cur_match; /* current match */ IPos 1358 3rdparty/zlib/deflate.c IPos start, match; IPos 1632 3rdparty/zlib/deflate.c IPos hash_head; /* head of the hash chain */ IPos 1734 3rdparty/zlib/deflate.c IPos hash_head; /* head of hash chain */ IPos 157 3rdparty/zlib/deflate.h IPos prev_match; /* previous match */