Home
last modified time | relevance | path

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

/include/
A Dinline-hashtab.h126 void **nentries; in htab_expand() local
139 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