Searched refs:nentries (Results 1 – 1 of 1) sorted by relevance
126 void **nentries; in htab_expand() local139 nentries = calloc (sizeof (void *), nsize); in htab_expand()140 if (nentries == NULL) in htab_expand()142 htab->entries = nentries; in htab_expand()
Completed in 5 milliseconds