Symbol: IPos
common/dist/zlib/deflate.c
1391
local uInt longest_match(deflate_state *s, IPos cur_match) {
common/dist/zlib/deflate.c
1398
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
common/dist/zlib/deflate.c
1399
s->strstart - (IPos)MAX_DIST(s) : NIL;
common/dist/zlib/deflate.c
1539
local uInt longest_match(deflate_state *s, IPos cur_match) {
common/dist/zlib/deflate.c
1600
local void check_match(deflate_state *s, IPos start, IPos match, int length) {
common/dist/zlib/deflate.c
1603
IPos len = (IPos)length;
common/dist/zlib/deflate.c
1604
if (match == (IPos)-1) {
common/dist/zlib/deflate.c
1860
IPos hash_head; /* head of the hash chain */
common/dist/zlib/deflate.c
1959
IPos hash_head; /* head of hash chain */
common/dist/zlib/deflate.h
166
IPos prev_match; /* previous match */
sys/net/zlib.c
1351
IPos cur_match) /* current match */
sys/net/zlib.c
1359
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
sys/net/zlib.c
1360
s->strstart - (IPos)MAX_DIST(s) : NIL;
sys/net/zlib.c
1493
IPos cur_match; /* current match */
sys/net/zlib.c
1552
IPos start, match;
sys/net/zlib.c
1761
IPos hash_head = NIL; /* head of the hash chain */
sys/net/zlib.c
1855
IPos hash_head = NIL; /* head of hash chain */
sys/net/zlib.c
427
IPos prev_match; /* previous match */
sys/net/zlib.c
695
uInt longest_match(deflate_state *s, IPos cur_match);
sys/net/zlib.c
697
local uInt longest_match(deflate_state *s, IPos cur_match);
sys/net/zlib.c
701
local void check_match(deflate_state *s, IPos start, IPos match,
sys/net/zlib.c
905
IPos hash_head = 0;