Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extSubset

1368     source = from->extSubset;
1531 if (doc->extSubset != NULL) {
1532 xmlUnlinkNode((xmlNodePtr) doc->extSubset);
1533 xmlFreeNode((xmlNodePtr) doc->extSubset);
1534 doc->extSubset = NULL;