Lines Matching refs:pentities
187 if ((dtd != NULL) && (dtd->pentities != NULL)) { in xmlGetParameterEntityFromDtd()
188 table = (xmlEntitiesTablePtr) dtd->pentities; in xmlGetParameterEntityFromDtd()
1141 if (cur->pentities != NULL) in xmlFreeDtd()
1142 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities); in xmlFreeDtd()
3827 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3828 xmlHashRemoveEntry(doc->intSubset->pentities, cur->name, in xmlUnlinkNode()
3835 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur) in xmlUnlinkNode()
3836 xmlHashRemoveEntry(doc->extSubset->pentities, cur->name, in xmlUnlinkNode()
4447 if (dtd->pentities != NULL) in xmlCopyDtd()
4448 ret->pentities = (void *) xmlCopyEntitiesTable( in xmlCopyDtd()
4449 (xmlEntitiesTablePtr) dtd->pentities); in xmlCopyDtd()