Home
last modified time | relevance | path

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

/tools/xenstored/
A Dhashtable.c106 struct entry **pE; in hashtable_expand() local
124 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() local
239 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