Searched defs:oldtable (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c1942 enum typeid *const oldtable = *typetable; local
1952 memcpy(newtable, oldtable, oldsize * sizeof(enum typeid));
1954 newtable = realloc(oldtable, newsize * sizeof(enum typeid));
1956 free(oldtable);

Completed in 1760 milliseconds