Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c520 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *,
6893 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool), in dtdCopy()
6898 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool), in dtdCopy()
6920 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() function