Home
last modified time | relevance | path

Searched refs:extSubset (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/
Dentities.c355 if (doc->extSubset == NULL) { in xmlAddDtdEntity()
360 dtd = doc->extSubset; in xmlAddDtdEntity()
505 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) { in xmlGetParameterEntity()
506 table = (xmlEntitiesTablePtr) doc->extSubset->pentities; in xmlGetParameterEntity()
529 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlGetDtdEntity()
530 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDtdEntity()
560 if ((doc->extSubset != NULL) && in xmlGetDocEntity()
561 (doc->extSubset->entities != NULL)) { in xmlGetDocEntity()
562 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDocEntity()
Dvalid.c638 (doc->extSubset == NULL)) return(0)
2053 if ((dtd->doc != NULL) && (dtd->doc->extSubset == dtd) && in xmlAddAttributeDecl()
2754 if ((doc->intSubset == NULL) && (doc->extSubset == NULL) && in xmlIsID()
2782 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID()
2783 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
3096 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) { in xmlIsRef()
3106 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef()
3107 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3431 if ((notaDecl == NULL) && (doc->extSubset != NULL)) in xmlValidateNotationUse()
3432 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse()
[all …]
DSAX2.c341 return(ctxt->myDoc->extSubset != NULL); in xmlSAX2HasExternalSubset()
738 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem, in xmlSAX2AttributeDecl()
790 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, in xmlSAX2ElementDecl()
841 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name, in xmlSAX2NotationDecl()
1415 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1428 (ctxt->myDoc->extSubset != NULL) && in xmlCheckDefaultedAttributes()
1432 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1545 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1584 if (ctxt->validate && (ctxt->myDoc->extSubset == NULL) && in xmlSAX2StartElement()
1672 (ctxt->myDoc->extSubset != NULL)) { in xmlSAX2StartElement()
[all …]
Dtree.c880 if ((doc != NULL) && (doc->extSubset != NULL)) { in xmlNewDtd()
885 /* !!! */ (char *)doc->extSubset->name); in xmlNewDtd()
908 doc->extSubset = cur; in xmlNewDtd()
1210 xmlDtdPtr extSubset, intSubset; in xmlFreeDoc() local
1238 extSubset = cur->extSubset; in xmlFreeDoc()
1240 if (intSubset == extSubset) in xmlFreeDoc()
1241 extSubset = NULL; in xmlFreeDoc()
1242 if (extSubset != NULL) { in xmlFreeDoc()
1243 xmlUnlinkNode((xmlNodePtr) cur->extSubset); in xmlFreeDoc()
1244 cur->extSubset = NULL; in xmlFreeDoc()
[all …]
Dxmlreader.c366 (cur->parent->doc->extSubset != NULL)) && in xmlTextReaderFreeProp()
598 xmlDtdPtr extSubset, intSubset; in xmlTextReaderFreeDoc() local
612 extSubset = cur->extSubset; in xmlTextReaderFreeDoc()
614 if (intSubset == extSubset) in xmlTextReaderFreeDoc()
615 extSubset = NULL; in xmlTextReaderFreeDoc()
616 if (extSubset != NULL) { in xmlTextReaderFreeDoc()
617 xmlUnlinkNode((xmlNodePtr) cur->extSubset); in xmlTextReaderFreeDoc()
618 cur->extSubset = NULL; in xmlTextReaderFreeDoc()
619 xmlFreeDtd(extSubset); in xmlTextReaderFreeDoc()
DdebugXML.c1298 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlCtxtDumpEntities()
1300 doc->extSubset->entities; in xmlCtxtDumpEntities()
Dparser.c12742 ctxt->myDoc->extSubset = xmlNewDtd(ctxt->myDoc, BAD_CAST "none", in xmlIOParseDTD()
12766 ret = ctxt->myDoc->extSubset; in xmlIOParseDTD()
12767 ctxt->myDoc->extSubset = NULL; in xmlIOParseDTD()
12891 ctxt->myDoc->extSubset = xmlNewDtd(ctxt->myDoc, BAD_CAST "none", in xmlSAXParseDTD()
12897 ret = ctxt->myDoc->extSubset; in xmlSAXParseDTD()
12898 ctxt->myDoc->extSubset = NULL; in xmlSAXParseDTD()
13043 newDoc->extSubset = doc->extSubset; in xmlParseExternalEntityPrivate()
13058 newDoc->extSubset = NULL; in xmlParseExternalEntityPrivate()
13213 newDoc->extSubset = NULL; in xmlParseExternalEntityPrivate()
13776 newDoc->extSubset = doc->extSubset; in xmlParseBalancedChunkMemoryRecover()
[all …]
Dxinclude.c1388 source = from->extSubset; in xmlXIncludeMergeEntities()
DHTMLparser.c2507 cur->extSubset = NULL; in htmlNewDocNoDtD()
/external/libxml2/include/libxml/
Dtree.h571 struct _xmlDtd *extSubset; /* the document external subset */ member
/external/ImageMagick/coders/
Dsvg.c780 return(svg_info->document->extSubset != NULL); in SVGHasExternalSubset()
907 (void) xmlAddAttributeDecl(&parser->vctxt,svg_info->document->extSubset, in SVGAttributeDeclaration()
937 (void) xmlAddElementDecl(&parser->vctxt,svg_info->document->extSubset, in SVGElementDeclaration()
Dmsl.c286 return(msl_info->document->extSubset != NULL); in MSLHasExternalSubset()
414 (void) xmlAddAttributeDecl(&parser->vctxt,msl_info->document->extSubset, in MSLAttributeDeclaration()
444 (void) xmlAddElementDecl(&parser->vctxt,msl_info->document->extSubset, in MSLElementDeclaration()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle560 d extSubset like(xmlDtdPtr) External subset
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi34836 …<var-decl name='extSubset' type-id='03ea019d' visibility='default' filepath='external/libxml2/incl…