Searched refs:extSubset (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/ |
D | entities.c | 317 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()
|
D | valid.c | 638 (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 …]
|
D | SAX2.c | 341 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 …]
|
D | tree.c | 880 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 …]
|
D | xmlreader.c | 301 (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()
|
D | parser.c | 12642 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 …]
|
D | debugXML.c | 1298 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlCtxtDumpEntities() 1300 doc->extSubset->entities; in xmlCtxtDumpEntities()
|
D | xinclude.c | 1374 source = from->extSubset; in xmlXIncludeMergeEntities()
|
/external/libxml2/include/libxml/ |
D | tree.h | 571 struct _xmlDtd *extSubset; /* the document external subset */ member
|
/external/ImageMagick/coders/ |
D | svg.c | 506 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()
|
D | msl.c | 287 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/ |
D | tree.rpgle | 560 d extSubset like(xmlDtdPtr) External subset
|