IPos
longest_match(deflate_state *s, IPos cur_match) /* cur_match = current match */
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
s->strstart - (IPos)MAX_DIST(s) : NIL;
check_match(deflate_state *s, IPos start, IPos match, int length)
uInt longest_match(deflate_state *s, IPos cur_match);
local uInt longest_match(deflate_state *s, IPos cur_match);
local void check_match(deflate_state *s, IPos start, IPos match,
IPos hash_head; /* head of hash chain */
IPos prev_match; /* previous match */
longest_match(deflate_state *s, IPos cur_match)
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
s->strstart - (IPos)MAX_DIST(s) : NIL;
check_match(deflate_state *s, IPos start, IPos match, int length)
IPos hash_head = NIL; /* head of the hash chain */
IPos hash_head = NIL; /* head of hash chain */
IPos prev_match; /* previous match */
uInt longest_match OF((deflate_state *s, IPos cur_match));
local uInt longest_match OF((deflate_state *s, IPos cur_match));
local void check_match OF((deflate_state *s, IPos start, IPos match,
IPos hash_head = 0;
local void check_match(deflate_state *s, IPos start, IPos match,
longest_match(deflate_state *s, IPos cur_match) /* cur_match = current match */
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
s->strstart - (IPos)MAX_DIST(s) : NIL;
check_match(deflate_state *s, IPos start, IPos match, int length)
uInt longest_match(deflate_state *s, IPos cur_match);
local uInt longest_match(deflate_state *s, IPos cur_match);
IPos hash_head; /* head of hash chain */
IPos prev_match; /* previous match */
local void check_match(deflate_state *s, IPos start, IPos match,
longest_match(deflate_state *s, IPos cur_match) /* cur_match = current match */
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
s->strstart - (IPos)MAX_DIST(s) : NIL;
check_match(deflate_state *s, IPos start, IPos match, int length)
uInt longest_match(deflate_state *s, IPos cur_match);
local uInt longest_match(deflate_state *s, IPos cur_match);
IPos hash_head; /* head of hash chain */
IPos prev_match; /* previous match */