Home | History | Annotate | Download | only in zlib

Lines Matching refs:IPos

1350 local uInt longest_match(deflate_state *s, IPos cur_match) {
1357 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1358 s->strstart - (IPos)MAX_DIST(s) : NIL;
1498 local uInt longest_match(deflate_state *s, IPos cur_match) {
1559 local void check_match(deflate_state *s, IPos start, IPos match, int length) {
1562 IPos len = length;
1563 if (match == (IPos)-1) {
1814 IPos hash_head; /* head of the hash chain */
1913 IPos hash_head; /* head of hash chain */