Home
last modified time | relevance | path

Searched refs:pentities (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dentities.c227 if (dtd->pentities == NULL) in xmlAddEntity()
228 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity()
229 table = dtd->pentities; in xmlAddEntity()
456 if ((doc->intSubset != NULL) && (doc->intSubset->pentities != NULL)) { in xmlGetParameterEntity()
457 table = (xmlEntitiesTablePtr) doc->intSubset->pentities; in xmlGetParameterEntity()
462 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) { in xmlGetParameterEntity()
463 table = (xmlEntitiesTablePtr) doc->extSubset->pentities; in xmlGetParameterEntity()
Dtree.c187 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()
[all …]
Dxmlsave.c729 (dtd->pentities == NULL)) { in xmlDtdDumpOutput()
/external/libxml2/include/libxml/
Dtree.h424 void *pentities; /* Hash table for param entities if any */ member
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle438 d pentities * param. ent. h table