Searched refs:HASHSZ (Results 1 – 1 of 1) sorted by relevance
148 #define HASHSZ 256 macro149 static struct item *hashtab[HASHSZ];168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()190 aux->next = hashtab[hash % HASHSZ]; in define_config()191 hashtab[hash % HASHSZ] = aux; in define_config()202 for (i = 0; i < HASHSZ; i++) { in clear_config()