Searched refs:ht_size (Results 1 – 1 of 1) sorted by relevance
62 size_t ht_size; /* size (power of 2) */ member94 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()