Searched refs:nextindex (Results 1 – 1 of 1) sorted by relevance
504 int nextindex; in CheckHashtable() local505 while ((nextindex = code_value[hashindex]) != -1) { in CheckHashtable()506 if (prefix_code[nextindex] == s && append_char[nextindex] == c) in CheckHashtable()507 return nextindex; in CheckHashtable()