Symbol: IPos
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1077
IPos start, match;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1230
IPos hash_head = NIL; /* head of the hash chain */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1326
IPos hash_head = NIL; /* head of hash chain */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
275
IPos prev_match; /* previous match */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
534
local int longest_match OF((deflate_state *s, IPos cur_match));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
543
local void check_match OF((deflate_state *s, IPos start, IPos match,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
941
IPos cur_match; /* current match */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
948
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
949
s->strstart - (IPos)MAX_DIST(s) : NIL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1453
IPos cur_match; /* current match */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1462
IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1463
s->strstart - (IPos)MAX_DIST(s) : NIL;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1618
IPos cur_match; /* current match */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1685
IPos start, match;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1942
IPos hash_head = NIL; /* head of the hash chain */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2064
IPos hash_head = NIL; /* head of hash chain */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
428
IPos prev_match; /* previous match */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
721
uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
723
local uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
727
local void check_match OF((deflate_state *s, IPos start, IPos match,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
953
IPos hash_head = 0;