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()
3894 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3895 xmlHashRemoveEntry(doc->intSubset->pentities, cur->name, in xmlUnlinkNode()
3902 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3903 xmlHashRemoveEntry(doc->extSubset->pentities, cur->name, in xmlUnlinkNode()
4518 if (dtd->pentities != NULL) in xmlCopyDtd()
4519 ret->pentities = (void *) xmlCopyEntitiesTable( in xmlCopyDtd()
4520 (xmlEntitiesTablePtr) dtd->pentities); in xmlCopyDtd()