Home | History | Annotate | Download | only in net

Lines Matching defs:IPos

362 typedef unsigned IPos;
365 * save space in the various tables. IPos is used only for parameter passing.
427 IPos prev_match; /* previous match */
695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
701 local void check_match(deflate_state *s, IPos start, IPos match,
905 IPos hash_head = 0;
1351 IPos cur_match) /* current match */
1359 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1360 s->strstart - (IPos)MAX_DIST(s) : NIL;
1493 IPos cur_match; /* current match */
1552 IPos start, match;
1761 IPos hash_head = NIL; /* head of the hash chain */
1855 IPos hash_head = NIL; /* head of hash chain */