Searched refs:ht_smallarray (Results 1 – 2 of 2) sorted by relevance
69 ht->ht_array = ht->ht_smallarray; in hash_init()80 if (ht->ht_array != ht->ht_smallarray) in hash_clear()351 && ht->ht_array == ht->ht_smallarray) in hash_may_resize()388 newarray = ht->ht_smallarray; in hash_may_resize()399 CLEAR_FIELD(ht->ht_smallarray); in hash_may_resize()448 if (ht->ht_array != ht->ht_smallarray) in hash_may_resize()
1306 hashitem_T ht_smallarray[HT_INIT_SIZE]; // initial array member