Searched refs:pE (Results 1 – 1 of 1) sorted by relevance
87 struct entry **pE; in hashtable_expand() local118 for (pE = &(newtable[i]), e = *pE; e != NULL; e = *pE) { in hashtable_expand()122 pE = &(e->next); in hashtable_expand()126 *pE = e->next; in hashtable_expand()198 struct entry **pE; in hashtable_remove() local204 pE = &(h->table[index]); in hashtable_remove()205 e = *pE; in hashtable_remove()211 *pE = e->next; in hashtable_remove()218 pE = &(e->next); in hashtable_remove()
Completed in 2 milliseconds