HomeSort by: relevance | last modified time | path
    Searched defs:nexth (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/rcorder/
hash.c 183 struct Hash_Entry **hp, *h, *nexth; local in function:Hash_DeleteTable
186 nexth = NULL;
188 for (h = *hp++; h != NULL; h = nexth) {
189 nexth = h->next;
hash.c 183 struct Hash_Entry **hp, *h, *nexth; local in function:Hash_DeleteTable
186 nexth = NULL;
188 for (h = *hp++; h != NULL; h = nexth) {
189 nexth = h->next;

Completed in 27 milliseconds