Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c572 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7674 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool),
7679 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool),
7701 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, function