Home
last modified time | relevance | path

Searched refs:wellFormed (Results 1 – 17 of 17) sorted by relevance

/third_party/libxml2/
Dcheck-xml-test-suite.py64 if ctxt.wellFormed() != 1:
92 if ret == 0 or ctxt.wellFormed() != 0:
118 if ret == 0 or ctxt.wellFormed() != 0:
145 if ret == 0 or ctxt.wellFormed() != 0:
170 if doc == None or ret != 0 or ctxt.wellFormed() == 0:
205 if ctxt.wellFormed() == 0:
DSAX2.c151 ctxt->wellFormed = 0; in xmlFatalErrMsg()
404 (ctxt->wellFormed && ctxt->myDoc))) { in xmlSAX2ExternalSubset()
752 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2AttributeDecl()
802 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2ElementDecl()
852 if ((ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2NotationDecl()
1028 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndDocument()
1190 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1255 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1288 ctxt->wellFormed = 0; in xmlSAX2AttributeInternal()
1326 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
[all …]
Dlegacy.c198 *((int *) result) = ctxt->wellFormed; in xmlGetFeature()
316 ctxt->wellFormed = *((int *) value); in xmlSetFeature()
Dparser.c376 ctxt->wellFormed = 0; in xmlErrAttributeDup()
592 ctxt->wellFormed = 0; in xmlFatalErr()
618 ctxt->wellFormed = 0; in xmlFatalErrMsg()
725 ctxt->wellFormed = 0; in xmlFatalErrMsgInt()
757 ctxt->wellFormed = 0; in xmlFatalErrMsgStrIntStr()
786 ctxt->wellFormed = 0; in xmlFatalErrMsgStr()
7145 if (!ctxt->wellFormed) in xmlParseReference()
7580 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()
7583 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()
10074 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc && in xmlParseElementStart()
[all …]
DparserInternals.c158 ctxt->wellFormed = 0; in __xmlErrEncoding()
185 ctxt->wellFormed = 0; in xmlErrInternal()
213 ctxt->wellFormed = 0; in xmlErrEncodingInt()
1717 ctxt->wellFormed = 1; in xmlInitParserCtxt()
Dxmlreader.c960 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
961 if (reader->ctxt->wellFormed == 0) in xmlTextReaderPushData()
970 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
1003 if (reader->ctxt->wellFormed) in xmlTextReaderPushData()
1004 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
1011 if (reader->ctxt->wellFormed == 0) { in xmlTextReaderPushData()
1908 if (reader->ctxt->wellFormed != 1)
1938 if (reader->ctxt->wellFormed != 1)
DHTMLparser.c123 ctxt->wellFormed = 0; in htmlParseErr()
148 ctxt->wellFormed = 0; in htmlParseErrInt()
5011 if (! ctxt->wellFormed) return(-1); in htmlParseDocument()
5116 ctxt->wellFormed = 1; in htmlInitParserCtxt()
5748 ctxt->wellFormed = 0; in htmlParseTryOrFinish()
6271 ctxt->wellFormed = 0; in htmlParseChunk()
6771 ctxt->wellFormed = 1; in htmlCtxtReset()
Dtestlimits.c1283 } else if (ctxt->wellFormed == 0) { in saxTest()
Druntest.c1730 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()
1759 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()
1926 res = ctxt->wellFormed; in pushParseTest()
Dxinclude.c476 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
Dcatalog.c940 if (ctxt->wellFormed) in xmlParseCatalogFile()
Dxmllint.c2312 ret = ctxt->wellFormed; in parseAndPrintFile()
Dxmlschemas.c29114 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
/third_party/libxml2/doc/examples/
Dparse4.c93 res = ctxt->wellFormed; in example4Func()
/third_party/libxml2/include/libxml/
Dparser.h190 int wellFormed; /* is the document well formed */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle204 d wellFormed like(xmlCint) Well formed doc ?
/third_party/chromium/patch/
D0001-cve.patch96715 ctxt->wellFormed = 0;
96782 ctxt->wellFormed = 0;
98754 if ctxt.wellFormed() != 1:
98778 if ret == 0 or ctxt.wellFormed() != 0:
98806 if ret == 0 or ctxt.wellFormed() != 0:
98835 if ret == 0 or ctxt.wellFormed() != 0:
98861 - if doc == None or ret != 0 or ctxt.wellFormed() == 0:
98867 + if doc is None or ret != 0 or ctxt.wellFormed() == 0:
98904 if ctxt.wellFormed() == 0: