Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c573 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7702 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool),
7707 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool),
7729 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, function