Searched refs:oldtable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c201 struct _xmlHashEntry *oldtable; local
214 oldtable = table->table;
215 if (oldtable == NULL)
220 table->table = oldtable;
233 if (oldtable[i].valid == 0)
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
236 oldtable[i].name3);
237 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
242 iter = oldtable[
[all...]

Completed in 43 milliseconds