Home | History | Annotate | Download | only in libxml2

Lines Matching refs:oldtable

237     struct _xmlHashEntry *oldtable;
250 oldtable = table->table;
251 if (oldtable == NULL)
256 table->table = oldtable;
269 if (oldtable[i].valid == 0)
271 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
272 oldtable[i].name3);
273 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
278 iter = oldtable[i].next;
305 xmlFree(oldtable);