IPos 77 lib/zlib_deflate/deflate.c static uInt longest_match (deflate_state *s, IPos cur_match); IPos 80 lib/zlib_deflate/deflate.c static void check_match (deflate_state *s, IPos start, IPos match, IPos 556 lib/zlib_deflate/deflate.c IPos cur_match /* current match */ IPos 565 lib/zlib_deflate/deflate.c IPos limit = s->strstart > (IPos)MAX_DIST(s) ? IPos 566 lib/zlib_deflate/deflate.c s->strstart - (IPos)MAX_DIST(s) : NIL; IPos 699 lib/zlib_deflate/deflate.c IPos start, IPos 700 lib/zlib_deflate/deflate.c IPos match, IPos 917 lib/zlib_deflate/deflate.c IPos hash_head = NIL; /* head of the hash chain */ IPos 1011 lib/zlib_deflate/deflate.c IPos hash_head = NIL; /* head of hash chain */ IPos 130 lib/zlib_deflate/defutil.h IPos prev_match; /* previous match */