Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dhashtable.c87 struct entry **pE; in hashtable_expand() local
118 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() local
204 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