Home | History | Annotate | Download | only in libxml2

Lines Matching defs:intSubset

290 	((cur->parent->doc->intSubset != NULL) ||
498 xmlDtdPtr extSubset, intSubset;
513 intSubset = cur->intSubset;
514 if (intSubset == extSubset)
521 if (intSubset != NULL) {
522 xmlUnlinkNode((xmlNodePtr) cur->intSubset);
523 cur->intSubset = NULL;
524 xmlFreeDtd(intSubset);