Searched refs:Pos (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h89 typedef ush Pos; typedef
90 typedef Pos FAR Posf;
93 /* A Pos is an index in the character window. We use short instead of int to
H A Ddeflate.c184 s->head[s->ins_h] = (Pos)(str))
189 s->head[s->ins_h] = (Pos)(str))
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
372 s->head[s->ins_h] = (Pos)str;
1041 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1042 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1053 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos));
1054 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1436 *p = (Pos)(
[all...]

Completed in 41 milliseconds