Lines Matching refs:pentities
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()
4460 (xmlEntitiesTablePtr) dtd->pentities); in xmlCopyDtd()