Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c432 static int grow_hashtable(HT *h, size_t oldsize) in grow_hashtable() argument
441 size_t newsize = oldsize * 2; in grow_hashtable()
450 newmd->neighborhoods = alloc_new_neighborhood_list(oldsize * 2, in grow_hashtable()

Completed in 7 milliseconds