Home
last modified time | relevance | path

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

/freebsd/sbin/rcorder/
H A Dhash.c143 register struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local
147 for (h = *hp++; h != NULL; h = nexth) { in Hash_DeleteTable()
148 nexth = h->next; in Hash_DeleteTable()