Home
last modified time | relevance | path

Searched refs:newTable (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c550 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7096 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() argument
7113 newE = (ENTITY *)lookup(oldParser, newTable, name, sizeof(ENTITY)); in copyEntityTable()