Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c317 if (doc->extSubset == NULL) { in xmlAddDtdEntity()
322 dtd = doc->extSubset; in xmlAddDtdEntity()
467 if ((doc->extSubset != NULL) && (doc->extSubset->pentities != NULL)) { in xmlGetParameterEntity()
468 table = (xmlEntitiesTablePtr) doc->extSubset->pentities; in xmlGetParameterEntity()
491 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlGetDtdEntity()
492 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDtdEntity()
522 if ((doc->extSubset != NULL) && in xmlGetDocEntity()
523 (doc->extSubset->entities != NULL)) { in xmlGetDocEntity()
524 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDocEntity()
Dvalid.c638 (doc->extSubset == NULL)) return(0)
2010 if ((dtd->doc != NULL) && (dtd->doc->extSubset == dtd) && in xmlAddAttributeDecl()
2711 if ((doc->intSubset == NULL) && (doc->extSubset == NULL) && in xmlIsID()
2739 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID()
2740 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
3053 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) { in xmlIsRef()
3063 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef()
3064 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3388 if ((notaDecl == NULL) && (doc->extSubset != NULL)) in xmlValidateNotationUse()
3389 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse()
[all …]
DSAX2.c341 return(ctxt->myDoc->extSubset != NULL); in xmlSAX2HasExternalSubset()
768 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem, in xmlSAX2AttributeDecl()
820 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, in xmlSAX2ElementDecl()
871 nota = xmlAddNotationDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, name, in xmlSAX2NotationDecl()
1445 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); in xmlCheckDefaultedAttributes()
1458 (ctxt->myDoc->extSubset != NULL) && in xmlCheckDefaultedAttributes()
1462 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1575 elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1614 if (ctxt->validate && (ctxt->myDoc->extSubset == NULL) && in xmlSAX2StartElement()
1695 (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.c301 (cur->parent->doc->extSubset != NULL))) { in xmlTextReaderFreeProp()
519 xmlDtdPtr extSubset, intSubset; in xmlTextReaderFreeDoc() local
533 extSubset = cur->extSubset; in xmlTextReaderFreeDoc()
535 if (intSubset == extSubset) in xmlTextReaderFreeDoc()
536 extSubset = NULL; in xmlTextReaderFreeDoc()
537 if (extSubset != NULL) { in xmlTextReaderFreeDoc()
538 xmlUnlinkNode((xmlNodePtr) cur->extSubset); in xmlTextReaderFreeDoc()
539 cur->extSubset = NULL; in xmlTextReaderFreeDoc()
540 xmlFreeDtd(extSubset); in xmlTextReaderFreeDoc()
Dparser.c12642 ctxt->myDoc->extSubset = xmlNewDtd(ctxt->myDoc, BAD_CAST "none", in xmlIOParseDTD()
12666 ret = ctxt->myDoc->extSubset; in xmlIOParseDTD()
12667 ctxt->myDoc->extSubset = NULL; in xmlIOParseDTD()
12791 ctxt->myDoc->extSubset = xmlNewDtd(ctxt->myDoc, BAD_CAST "none", in xmlSAXParseDTD()
12797 ret = ctxt->myDoc->extSubset; in xmlSAXParseDTD()
12798 ctxt->myDoc->extSubset = NULL; in xmlSAXParseDTD()
12906 newDoc->extSubset = ctx->myDoc->extSubset; in xmlParseCtxtExternalEntity()
12916 newDoc->extSubset = NULL; in xmlParseCtxtExternalEntity()
13043 newDoc->extSubset = NULL; in xmlParseCtxtExternalEntity()
13132 newDoc->extSubset = doc->extSubset; in xmlParseExternalEntityPrivate()
[all …]
DdebugXML.c1298 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlCtxtDumpEntities()
1300 doc->extSubset->entities; in xmlCtxtDumpEntities()
Dxinclude.c1374 source = from->extSubset; in xmlXIncludeMergeEntities()
/external/libxml2/include/libxml/
Dtree.h571 struct _xmlDtd *extSubset; /* the document external subset */ member
/external/ImageMagick/coders/
Dsvg.c506 return(svg_info->document->extSubset != NULL); in SVGHasExternalSubset()
633 (void) xmlAddAttributeDecl(&parser->vctxt,svg_info->document->extSubset, in SVGAttributeDeclaration()
663 (void) xmlAddElementDecl(&parser->vctxt,svg_info->document->extSubset, in SVGElementDeclaration()
Dmsl.c287 return(msl_info->document->extSubset != NULL); in MSLHasExternalSubset()
415 (void) xmlAddAttributeDecl(&parser->vctxt,msl_info->document->extSubset, in MSLAttributeDeclaration()
445 (void) xmlAddElementDecl(&parser->vctxt,msl_info->document->extSubset, in MSLElementDeclaration()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle560 d extSubset like(xmlDtdPtr) External subset