Searched refs:copyEntityTable (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 532 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *, 1357 parser, so that dtdCopy and copyEntityTable can lookup values in XML_ExternalEntityParserCreate() 1401 parser, so that dtdCopy and copyEntityTable can lookup values in XML_ExternalEntityParserCreate() 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
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 521 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *, 1296 parser, so that dtdCopy and copyEntityTable can lookup values in XML_ExternalEntityParserCreate() 1340 parser, so that dtdCopy and copyEntityTable can lookup values in XML_ExternalEntityParserCreate() 6915 if (! copyEntityTable(oldParser, &(newDtd->generalEntities), &(newDtd->pool), in dtdCopy() 6920 if (! copyEntityTable(oldParser, &(newDtd->paramEntities), &(newDtd->pool), in dtdCopy() 6942 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable() function
|
Completed in 20 milliseconds