Home
last modified time | relevance | path

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

/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
DEllipticCurvesHelloExtension.java30 public boolean wellFormed; field in EllipticCurvesHelloExtension
38 wellFormed = (ellipticCurvesListIn.available() % 2) == 0; in parseData()
48 sb.append(wellFormed); in toString()
/external/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()
781 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2AttributeDecl()
831 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2ElementDecl()
881 if ((ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2NotationDecl()
1057 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndDocument()
1219 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1284 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1317 ctxt->wellFormed = 0; in xmlSAX2AttributeInternal()
1355 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.c335 ctxt->wellFormed = 0; in xmlErrAttributeDup()
551 ctxt->wellFormed = 0; in xmlFatalErr()
577 ctxt->wellFormed = 0; in xmlFatalErrMsg()
684 ctxt->wellFormed = 0; in xmlFatalErrMsgInt()
716 ctxt->wellFormed = 0; in xmlFatalErrMsgStrIntStr()
745 ctxt->wellFormed = 0; in xmlFatalErrMsgStr()
7057 if (!ctxt->wellFormed) in xmlParseReference()
7492 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()
7495 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()
9948 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc && in xmlParseElement()
[all …]
DparserInternals.c158 ctxt->wellFormed = 0; in __xmlErrEncoding()
185 ctxt->wellFormed = 0; in xmlErrInternal()
213 ctxt->wellFormed = 0; in xmlErrEncodingInt()
1705 ctxt->wellFormed = 1; in xmlInitParserCtxt()
Dxmlreader.c881 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
882 if (reader->ctxt->wellFormed == 0) in xmlTextReaderPushData()
891 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
924 if (reader->ctxt->wellFormed) in xmlTextReaderPushData()
925 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()
932 if (reader->ctxt->wellFormed == 0) { in xmlTextReaderPushData()
1843 if (reader->ctxt->wellFormed != 1)
1873 if (reader->ctxt->wellFormed != 1)
Druntest.c1727 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()
1756 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()
1923 res = ctxt->wellFormed; in pushParseTest()
Dtestlimits.c1283 } else if (ctxt->wellFormed == 0) { in saxTest()
Dxinclude.c467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
Dcatalog.c939 if (ctxt->wellFormed) in xmlParseCatalogFile()
Dxmllint.c2280 ret = ctxt->wellFormed; in parseAndPrintFile()
Dxmlschemas.c28905 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
/external/libxml2/doc/examples/
Dparse4.c93 res = ctxt->wellFormed; in example4Func()
/external/libxml2/include/libxml/
Dparser.h188 int wellFormed; /* is the document well formed */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle204 d wellFormed like(xmlCint) Well formed doc ?
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java1866 assertTrue(ecExtension.wellFormed); in test_SSLSocket_ClientHello_supportedCurves()
/external/ImageMagick/coders/
Dsvg.c2732 ((parser->validate == 0) || (parser->wellFormed == 0) || in SVGExternalSubset()
Dmsl.c7649 ((parser->validate == 0) || (parser->wellFormed == 0) || in MSLExternalSubset()