Searched refs:newalloc (Results 1 – 1 of 1) sorted by relevance
280 size_t newalloc; in init_auth() local285 newalloc = authhashbuckets * sizeof(key_hash[0]); in init_auth()287 key_hash = emalloc_zero(newalloc); in init_auth()447 size_t newalloc; in auth_resize_hashtable() local457 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()459 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()460 zero_mem(key_hash, newalloc); in auth_resize_hashtable()