Searched refs:pentities (Results 1 – 5 of 5) sorted by relevance
232 if (dtd->pentities == NULL) in xmlAddEntity()233 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()234 table = dtd->pentities; in xmlAddEntity()461 if ((doc->intSubset != NULL) && (doc->intSubset->pentities != NULL)) { in xmlGetParameterEntity()462 table = (xmlEntitiesTablePtr) doc->intSubset->pentities; in xmlGetParameterEntity()467 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) { in xmlGetParameterEntity()468 table = (xmlEntitiesTablePtr) doc->extSubset->pentities; in xmlGetParameterEntity()
193 if ((dtd != NULL) && (dtd->pentities != NULL)) { in xmlGetParameterEntityFromDtd()194 table = (xmlEntitiesTablePtr) dtd->pentities; in xmlGetParameterEntityFromDtd()1147 if (cur->pentities != NULL) in xmlFreeDtd()1148 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities); in xmlFreeDtd()3838 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur) in xmlUnlinkNode()3839 xmlHashRemoveEntry(doc->intSubset->pentities, cur->name, in xmlUnlinkNode()3846 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur) in xmlUnlinkNode()3847 xmlHashRemoveEntry(doc->extSubset->pentities, cur->name, in xmlUnlinkNode()4458 if (dtd->pentities != NULL) in xmlCopyDtd()4459 ret->pentities = (void *) xmlCopyEntitiesTable( in xmlCopyDtd()[all …]
729 (dtd->pentities == NULL)) { in xmlDtdDumpOutput()
424 void *pentities; /* Hash table for param entities if any */ member
445 d pentities * param. ent. h table