Home
last modified time | relevance | path

Searched refs:schannel (Results 1 – 18 of 18) sorted by relevance

/external/libxml2/
Derror.c455 __xmlRaiseError(xmlStructuredErrorFunc schannel, in __xmlRaiseError() argument
477 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) && in __xmlRaiseError()
480 schannel = ctxt->sax->serror; in __xmlRaiseError()
487 if (schannel == NULL) { in __xmlRaiseError()
488 schannel = xmlStructuredError; in __xmlRaiseError()
492 if (schannel != NULL) in __xmlRaiseError()
603 if (schannel != NULL) { in __xmlRaiseError()
604 schannel(data, to); in __xmlRaiseError()
Dschematron.c253 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronPErr() local
260 schannel = ctxt->serror; in xmlSchematronPErr()
262 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchematronPErr()
1411 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronReportSuccess() local
1417 schannel = ctxt->serror; in xmlSchematronReportSuccess()
1423 __xmlRaiseError(schannel, channel, data, in xmlSchematronReportSuccess()
DSAX2.c61 xmlStructuredErrorFunc schannel = NULL; in xmlSAX2ErrMemory() local
67 schannel = ctxt->sax->serror; in xmlSAX2ErrMemory()
68 __xmlRaiseError(schannel, in xmlSAX2ErrMemory()
78 __xmlRaiseError(schannel, in xmlSAX2ErrMemory()
101 xmlStructuredErrorFunc schannel = NULL; in xmlErrValid() local
109 schannel = ctxt->sax->serror; in xmlErrValid()
110 __xmlRaiseError(schannel, in xmlErrValid()
118 __xmlRaiseError(schannel, in xmlErrValid()
Drelaxng.c440 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErrMemory() local
446 schannel = ctxt->serror; in xmlRngPErrMemory()
453 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory()
459 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory()
475 xmlStructuredErrorFunc schannel = NULL; in xmlRngVErrMemory() local
481 schannel = ctxt->serror; in xmlRngVErrMemory()
488 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory()
494 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory()
515 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErr() local
521 schannel = ctxt->serror; in xmlRngPErr()
[all …]
DxmlIO.c440 xmlStructuredErrorFunc schannel = NULL; in __xmlLoaderErr() local
457 schannel = ctxt->sax->serror; in __xmlLoaderErr()
460 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO, in __xmlLoaderErr()
Dvalid.c146 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNode() local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidNode()
189 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNodeNr() local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidNodeNr()
230 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidWarning() local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error, in xmlErrValidWarning()
Dparser.c597 xmlStructuredErrorFunc schannel = NULL; in xmlWarningMsg() local
604 schannel = ctxt->sax->serror; in xmlWarningMsg()
606 __xmlRaiseError(schannel, in xmlWarningMsg()
614 __xmlRaiseError(schannel, NULL, NULL, in xmlWarningMsg()
635 xmlStructuredErrorFunc schannel = NULL; in xmlValidityError() local
643 schannel = ctxt->sax->serror; in xmlValidityError()
646 __xmlRaiseError(schannel, in xmlValidityError()
654 __xmlRaiseError(schannel, NULL, NULL, in xmlValidityError()
Dxmlschemas.c1906 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErr() local
1914 schannel = ctxt->serror; in xmlSchemaPErr()
1916 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErr()
1972 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErrExt() local
1980 schannel = ctxt->serror; in xmlSchemaPErrExt()
1982 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErrExt()
2046 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaErr4Line() local
2062 schannel = vctxt->serror; in xmlSchemaErr4Line()
2114 __xmlRaiseError(schannel, channel, data, ctxt, in xmlSchemaErr4Line()
2129 schannel = pctxt->serror; in xmlSchemaErr4Line()
[all …]
DNEWS528 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
/external/curl/lib/
DMakefile.inc32 vtls/cyassl.c vtls/schannel.c vtls/darwinssl.c vtls/gskit.c \
37 vtls/cyassl.h vtls/schannel.h vtls/darwinssl.h vtls/gskit.h \
DMakefile.vc6607 $(DIROBJ)\schannel.obj \
/external/curl/packages/Symbian/group/
Dlibcurl.mmp40 curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
/external/curl/
DAndroid.bp167 "lib/vtls/schannel.c",
DCMakeLists.txt585 check_include_file_concat("schannel.h" HAVE_SCHANNEL_H)
/external/libxml2/include/libxml/
Dxmlerror.h918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
/external/webrtc/webrtc/build/
Dcommon.gypi117 # enable schannel on windows.
/external/curl/docs/
DKNOWN_BUGS408 properly if built with UNICODE defined together with the WinSSL/schannel
413 The WinSSL/schannel version verified to work as mentioned in
DINSTALL.md110 - schannel: `--without-ssl --with-winssl`