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

  /external/libxml2/
entities.c 225 if (dtd->pentities == NULL)
226 dtd->pentities = xmlHashCreateDict(0, dict);
227 table = dtd->pentities;
454 if ((doc->intSubset != NULL) && (doc->intSubset->pentities != NULL)) {
455 table = (xmlEntitiesTablePtr) doc->intSubset->pentities;
460 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) {
461 table = (xmlEntitiesTablePtr) doc->extSubset->pentities;
tree.c 184 if ((dtd != NULL) && (dtd->pentities != NULL)) {
185 table = (xmlEntitiesTablePtr) dtd->pentities;
1129 if (cur->pentities != NULL)
1130 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities);
    [all...]
xmlsave.c 635 (dtd->pentities == NULL)) {
    [all...]
  /external/libxml2/include/libxml/
tree.h 385 void *pentities; /* Hash table for param entities if any */ member in struct:_xmlDtd
    [all...]

Completed in 75 milliseconds