HomeSort by relevance Sort by last modified time
    Searched refs:pentities (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
entities.c 232 if (dtd->pentities == NULL)
233 dtd->pentities = xmlHashCreateDict(0, dict);
234 table = dtd->pentities;
461 if ((doc->intSubset != NULL) && (doc->intSubset->pentities != NULL)) {
462 table = (xmlEntitiesTablePtr) doc->intSubset->pentities;
467 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) {
468 table = (xmlEntitiesTablePtr) doc->extSubset->pentities;
tree.c 193 if ((dtd != NULL) && (dtd->pentities != NULL)) {
194 table = (xmlEntitiesTablePtr) dtd->pentities;
1147 if (cur->pentities != NULL)
1148 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities);
    [all...]
xmlsave.c 729 (dtd->pentities == NULL)) {
    [all...]
  /external/libxml2/include/libxml/
tree.h 424 void *pentities; /* Hash table for param entities if any */ member in struct:_xmlDtd
    [all...]

Completed in 131 milliseconds