Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dhashtable.c85 struct entry **newtable; in hashtable_expand() local
94 if (NULL != newtable) in hashtable_expand()
102 e->next = newtable[index]; in hashtable_expand()
103 newtable[index] = e; in hashtable_expand()
107 h->table = newtable; in hashtable_expand()
112 newtable = (struct entry **) in hashtable_expand()
114 if (NULL == newtable) { (h->primeindex)--; return 0; } in hashtable_expand()
115 h->table = newtable; in hashtable_expand()
118 for (pE = &(newtable[i]), e = *pE; e != NULL; e = *pE) { in hashtable_expand()
127 e->next = newtable[index]; in hashtable_expand()
[all …]

Completed in 2 milliseconds