Searched refs:copyEntityTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/expat/lib/ |
| H A D | xmlparse.c | 565 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, 7337 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool), in dtdCopy() 7342 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool), in dtdCopy() 7364 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() function
|