Lines Matching refs:Pos
160 s->head[s->ins_h] = (Pos)(str))
165 s->head[s->ins_h] = (Pos)(str))
198 *p = (Pos)(m >= wsize ? m - wsize : NIL);
205 *p = (Pos)(m >= wsize ? m - wsize : NIL);
321 s->head[s->ins_h] = (Pos)str;
452 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
453 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
598 s->head[s->ins_h] = (Pos)str;
1309 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1310 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1320 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos));
1321 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));