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

  /external/libxml2/
entities.c 227 if (dtd->pentities == NULL)
228 dtd->pentities = xmlHashCreateDict(0, dict);
229 table = dtd->pentities;
456 if ((doc->intSubset != NULL) && (doc->intSubset->pentities != NULL)) {
457 table = (xmlEntitiesTablePtr) doc->intSubset->pentities;
462 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) {
463 table = (xmlEntitiesTablePtr) doc->extSubset->pentities;
tree.c 187 if ((dtd != NULL) && (dtd->pentities != NULL)) {
188 table = (xmlEntitiesTablePtr) dtd->pentities;
1141 if (cur->pentities != NULL)
1142 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 445 milliseconds