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