Pos               221 net/zlib.c     typedef Pos FAR Posf;
Pos               647 net/zlib.c         s->prev   = (Posf *)  ZALLOC(strm, s->w_size, sizeof(Pos));
Pos               648 net/zlib.c         s->head   = (Posf *)  ZALLOC(strm, s->hash_size, sizeof(Pos));
Pos               875 net/zlib.c         TRY_FREE(strm, state->prev, state->w_size * sizeof(Pos));
Pos               876 net/zlib.c         TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
Pos              1164 net/zlib.c                     *p = (Pos)(m >= wsize ? m-wsize : NIL);
Pos              1171 net/zlib.c                     *p = (Pos)(m >= wsize ? m-wsize : NIL);