Searched refs:newTable (Results 1 – 2 of 2) sorted by relevance
3515 scope newTable = AssocArray!(const(char)*, bool)(); in traverseIndirections() local3516 return traverse(tb, ta, newTable, true); in traverseIndirections()
6793 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() argument6810 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY)); in copyEntityTable()