Lines Matching refs:Pos
178 s->head[s->ins_h] = (Pos)(str))
183 s->head[s->ins_h] = (Pos)(str))
213 *p = (Pos)(m >= wsize ? m - wsize : NIL);
220 *p = (Pos)(m >= wsize ? m - wsize : NIL);
318 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
319 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
463 s->head[s->ins_h] = (Pos)str;
1169 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1170 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1180 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos));
1181 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1590 s->head[s->ins_h] = (Pos)str;