HomeSort by relevance Sort by last modified time
    Searched defs:intSubset (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
tree.h 569 struct _xmlDtd *intSubset; /* the document internal subset */
    [all...]
  /external/libxml2/
tree.c 930 return((xmlDtdPtr) doc->intSubset);
1000 doc->intSubset = cur;
1204 xmlDtdPtr extSubset, intSubset;
1233 intSubset = cur->intSubset;
1234 if (intSubset == extSubset)
1241 if (intSubset != NULL) {
1242 xmlUnlinkNode((xmlNodePtr) cur->intSubset);
1243 cur->intSubset = NULL;
1244 xmlFreeDtd(intSubset);
    [all...]
xmlreader.c 300 ((cur->parent->doc->intSubset != NULL) ||
514 xmlDtdPtr extSubset, intSubset;
529 intSubset = cur->intSubset;
530 if (intSubset == extSubset)
537 if (intSubset != NULL) {
538 xmlUnlinkNode((xmlNodePtr) cur->intSubset);
539 cur->intSubset = NULL;
540 xmlFreeDtd(intSubset);
    [all...]

Completed in 83 milliseconds