Home
last modified time | relevance | path

Searched refs:schannel (Results 1 – 20 of 20) 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 \
/external/curl/packages/Symbian/group/
Dlibcurl.mmp40 curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
/external/curl/
DAndroid.bp187 "lib/vtls/schannel.c",
DCHANGES2607 schannel: Support partial send for when data is too large
3004 - schannel: return CURLE_SSL_CACERT on failed verification
3462 "schannel").
3558 vtls/schannel.c instead.
3623 schannel: reorder functions topologically
3626 is not a problem now (because schannel.h declares both functions), a
6785 - schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOT
Dconfigure.ac1489 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
Dconfigure22312 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
/external/libxml2/include/libxml/
Dxmlerror.h918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
/external/webrtc/webrtc/build/
Dcommon.gypi117 # enable schannel on windows.
/external/curl/docs/
DKNOWN_BUGS364 properly if built with UNICODE defined together with the WinSSL/schannel
369 The WinSSL/schannel version verified to work as mentioned in
DINSTALL.md110 - schannel: `--without-ssl --with-winssl`
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1245 SOURCE=..\..\..\..\lib\vtls\schannel.c
1725 SOURCE=..\..\..\..\lib\vtls\schannel.h