Home | Sort by: relevance | last modified time | path |
/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; |