Home | History | Annotate | Download | only in libxml2

Lines Matching full:oldtable

201     struct _xmlHashEntry *oldtable;
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[i].next;
269 xmlFree(oldtable);