Searched defs:state_table (Results 1 – 2 of 2) sorted by relevance
52 int hash_add(HASH_TABLE state_table, STATE *state) { in hash_add()88 int hash_lookup(HASH_TABLE state_table, STATE *state) { in hash_lookup()
257 static struct hash_table *state_table = NULL; variable