Home | History | Annotate | Download | only in zlib_v128

Lines Matching refs:IPos

90       uInt longest_match  OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1149 IPos cur_match) /* current match */
1157 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1158 s->strstart - (IPos)MAX_DIST(s) : NIL;
1298 IPos cur_match) /* current match */
1357 IPos start, IPos match,
1631 IPos hash_head; /* head of the hash chain */
1733 IPos hash_head; /* head of hash chain */