Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhashtab.c42 static int hash_may_resize(hashtab_T *ht, int minitems);
235 if (ht->ht_error && hash_may_resize(ht, 0) == FAIL) in hash_add_item()
246 return hash_may_resize(ht, 0); in hash_add_item()
277 hash_may_resize(ht, 0); in hash_remove()
299 (void)hash_may_resize(ht, size); in hash_lock_size()
312 (void)hash_may_resize(ht, 0); in hash_unlock()
321 hash_may_resize( in hash_may_resize() function