Searched refs:ins_h (Results 1 – 2 of 2) sorted by relevance
179 match_head = s->head[s->ins_h], \180 s->head[s->ins_h] = (Pos)(str))185 s->head[s->ins_h] = (Pos)(str))426 s->prev[str & s->w_mask] = s->head[s->ins_h];428 s->head[s->ins_h] = (Pos)str;1217 s->ins_h = 0;1543 s->ins_h = s->window[str];1544 UPDATE_HASH(s, s->ins_h, s->window[str + 1]);1551 s->prev[str & s->w_mask] = s->head[s->ins_h];1553 s->head[s->ins_h] = (Pos)str;[all …]
142 uInt ins_h; /* hash index of string to be inserted */ member