Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/lib/
Dxmlparse.c550 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
7069 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool), in dtdCopy()
7074 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool), in dtdCopy()
7096 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() function