Searched refs:pE (Results 1 – 1 of 1) sorted by relevance
106 struct entry **pE; in hashtable_expand() local124 for (pE = &(newtable[i]), e = *pE; e != NULL; e = *pE) { in hashtable_expand()128 pE = &(e->next); in hashtable_expand()132 *pE = e->next; in hashtable_expand()234 struct entry **pE; in hashtable_remove() local239 pE = &(h->table[index]); in hashtable_remove()240 e = *pE; in hashtable_remove()246 *pE = e->next; in hashtable_remove()251 pE = &(e->next); in hashtable_remove()
Completed in 3 milliseconds