Searched refs:HASHSZ (Results 1 – 1 of 1) sorted by relevance
149 #define HASHSZ 256 macro150 static struct item *hashtab[HASHSZ];169 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()191 aux->next = hashtab[hash % HASHSZ]; in define_config()192 hashtab[hash % HASHSZ] = aux; in define_config()