Searched refs:match_head (Results 1 – 2 of 2) sorted by relevance
177 #define INSERT_STRING(s, str, match_head) \ argument179 match_head = s->head[s->ins_h], \182 #define INSERT_STRING(s, str, match_head) \ argument184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
883 - Invert the assignment order of match_head and s->prev[...] in