Searched refs:HASHSZ (Results 1 – 1 of 1) sorted by relevance
166 #define HASHSZ 256 macro167 static struct item *hashtab[HASHSZ];186 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()208 aux->next = hashtab[hash % HASHSZ]; in define_config()209 hashtab[hash % HASHSZ] = aux; in define_config()