Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/isc/
Dsymtab.c170 eltlist_t *newtable; in grow_table() local
179 newtable = reallocarray(NULL, newsize, sizeof(eltlist_t)); in grow_table()
180 if (newtable == NULL) in grow_table()
184 INIT_LIST(newtable[i]); in grow_table()
196 APPEND(newtable[hv % newsize], elt, link); in grow_table()
202 symtab->table = newtable; in grow_table()