Searched refs:dfa_hash (Results 1 – 1 of 1) sorted by relevance
51 hash_list *dfa_hash[HASH_SIZE]; /* used to quickly find */ variable190 dfa_hash[i] = 0; in clear_hash()209 p = dfa_hash[i];237 p = dfa_hash[bin];245 p->next = dfa_hash[bin];246 dfa_hash[bin] = p;