Searched refs:wellFormed (Results 1 – 19 of 19) sorted by relevance
30 public boolean wellFormed; field in EllipticCurvesHelloExtension38 wellFormed = (ellipticCurvesListIn.available() % 2) == 0; in parseData()48 sb.append(wellFormed); in toString()
64 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:
151 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 …]
198 *((int *) result) = ctxt->wellFormed; in xmlGetFeature()316 ctxt->wellFormed = *((int *) value); in xmlSetFeature()
335 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 …]
158 ctxt->wellFormed = 0; in __xmlErrEncoding()185 ctxt->wellFormed = 0; in xmlErrInternal()213 ctxt->wellFormed = 0; in xmlErrEncodingInt()1705 ctxt->wellFormed = 1; in xmlInitParserCtxt()
881 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)
1727 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()1756 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()1923 res = ctxt->wellFormed; in pushParseTest()
1283 } else if (ctxt->wellFormed == 0) { in saxTest()
467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
939 if (ctxt->wellFormed) in xmlParseCatalogFile()
2280 ret = ctxt->wellFormed; in parseAndPrintFile()
28905 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
93 res = ctxt->wellFormed; in example4Func()
188 int wellFormed; /* is the document well formed */ member
204 d wellFormed like(xmlCint) Well formed doc ?
1866 assertTrue(ecExtension.wellFormed); in test_SSLSocket_ClientHello_supportedCurves()
2732 ((parser->validate == 0) || (parser->wellFormed == 0) || in SVGExternalSubset()
7649 ((parser->validate == 0) || (parser->wellFormed == 0) || in MSLExternalSubset()