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 = erealloc(key_hash, newalloc); in init_auth()288 memset(key_hash, '\0', newalloc); in init_auth()448 size_t newalloc; in auth_resize_hashtable() local458 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()460 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()461 memset(key_hash, '\0', newalloc); in auth_resize_hashtable()