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

  /external/chromium_org/third_party/libxml/src/
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;
1118 if (cur->pentities != NULL)
1119 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->pentities);
    [all...]
xmlsave.c 575 (dtd->pentities == NULL)) {
    [all...]
  /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/chromium_org/third_party/libxml/src/include/libxml/
tree.h 386 void *pentities; /* Hash table for param entities if any */ member in struct:_xmlDtd
    [all...]
  /external/libxml2/include/libxml/
tree.h 385 void *pentities; /* Hash table for param entities if any */ member in struct:_xmlDtd
    [all...]

Completed in 1169 milliseconds