Home
last modified time | relevance | path

Searched refs:ht_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/config/
Dhash.c62 size_t ht_size; /* size (power of 2) */ member
94 ht->ht_size = sz; in ht_init()
111 n = ht->ht_size * 2; in ht_expand()
115 for (i = ht->ht_size; i != 0; i--) { in ht_expand()
125 ht->ht_size = ++n; in ht_expand()