Home | History | Annotate | Download | only in regex

Lines Matching full:hash

1061 	cs->hash = 0;
1097 * of time (although the hash code minimizes the overhead), but can win
1098 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
1105 uch h = cs->hash;
1113 if (cs2->hash == h && cs2 != cs) {