Searched refs:extSubset (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | entities.c | 355 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()
|
D | valid.c | 638 (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 …]
|
D | SAX2.c | 341 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 …]
|
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 | 366 (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()
|
D | debugXML.c | 1298 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlCtxtDumpEntities() 1300 doc->extSubset->entities; in xmlCtxtDumpEntities()
|
D | parser.c | 12742 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 …]
|
D | xinclude.c | 1388 source = from->extSubset; in xmlXIncludeMergeEntities()
|
D | HTMLparser.c | 2507 cur->extSubset = NULL; in htmlNewDocNoDtD()
|
/external/libxml2/include/libxml/ |
D | tree.h | 571 struct _xmlDtd *extSubset; /* the document external subset */ member
|
/external/ImageMagick/coders/ |
D | svg.c | 780 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()
|
D | msl.c | 286 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/ |
D | tree.rpgle | 560 d extSubset like(xmlDtdPtr) External subset
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 34836 …<var-decl name='extSubset' type-id='03ea019d' visibility='default' filepath='external/libxml2/incl…
|