/external/libxml2/ |
D | error.c | 455 __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()
|
D | schematron.c | 253 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()
|
D | SAX2.c | 61 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()
|
D | relaxng.c | 440 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 …]
|
D | xmlIO.c | 440 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()
|
D | valid.c | 146 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()
|
D | parser.c | 597 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()
|
D | xmlschemas.c | 1906 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 …]
|
D | NEWS | 528 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
|
/external/curl/lib/ |
D | Makefile.inc | 32 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/ |
D | libcurl.mmp | 40 curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
|
/external/curl/ |
D | Android.bp | 187 "lib/vtls/schannel.c",
|
D | CHANGES | 2607 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
|
D | configure.ac | 1489 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
|
D | configure | 22312 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
|
/external/webrtc/webrtc/build/ |
D | common.gypi | 117 # enable schannel on windows.
|
/external/curl/docs/ |
D | KNOWN_BUGS | 364 properly if built with UNICODE defined together with the WinSSL/schannel 369 The WinSSL/schannel version verified to work as mentioned in
|
D | INSTALL.md | 110 - schannel: `--without-ssl --with-winssl`
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.dsp | 1245 SOURCE=..\..\..\..\lib\vtls\schannel.c 1725 SOURCE=..\..\..\..\lib\vtls\schannel.h
|