Posf              288 other-licenses/zlib/deflate.c     s->prev   = (Posf *)  ZALLOC(strm, s->w_size, sizeof(Pos));
Posf              289 other-licenses/zlib/deflate.c     s->head   = (Posf *)  ZALLOC(strm, s->hash_size, sizeof(Pos));
Posf              921 other-licenses/zlib/deflate.c     ds->prev   = (Posf *)  ZALLOC(dest, ds->w_size, sizeof(Pos));
Posf              922 other-licenses/zlib/deflate.c     ds->head   = (Posf *)  ZALLOC(dest, ds->hash_size, sizeof(Pos));
Posf             1042 other-licenses/zlib/deflate.c     Posf *prev = s->prev;
Posf             1270 other-licenses/zlib/deflate.c     register Posf *p;
Posf              128 other-licenses/zlib/deflate.h     Posf *prev;
Posf              134 other-licenses/zlib/deflate.h     Posf *head; /* Heads of the hash chains or NIL. */