/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/schannel_verify.c \ 37 vtls/cyassl.h vtls/schannel.h vtls/sectransp.h vtls/gskit.h \
|
/external/curl/ |
D | RELEASE-NOTES | 91 o runtests: detect "schannel" as an alias for "winssl" [50] 92 o schannel: be quiet - remove verbose output [19] 93 o schannel: close TLS before removing conn from cache [10] 94 o schannel: support CALG_ECDH_EPHEM algorithm [44]
|
D | CHANGES | 640 - runtests: detect "schannel" as an alias for "winssl" 677 This also fixes a bug in schannel's Curl_verify_certificate where it 730 schannel: support CALG_ECDH_EPHEM algorithm 1175 - schannel: restore some debug output but only for debug builds 1198 - schannel: be quiet 1649 - Fix potential crashes in schannel shutdown. 1773 - schannel: stop calling it "winssl" 1776 kept to allow existing builds to work but --with-schannel is added as an 1891 schannel: preserve original certificate path parameter 1943 - schannel: on connection close there might not be a transfer [all …]
|
D | configure.ac | 158 …curl_ssl_msg="no (--with-{ssl,gnutls,nss,polarssl,mbedtls,cyassl,schannel,secure-transport,me… 1506 AC_ARG_WITH(schannel,dnl optwith 1507 AC_HELP_STRING([--with-schannel],[enable Windows native SSL/TLS]) 1508 AC_HELP_STRING([--without-schannel], [disable Windows native SSL/TLS]), 1520 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes 2696 …-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-schannel, --with-secure-tr…
|
D | configure | 1980 --with-schannel enable Windows native SSL/TLS 1981 --without-schannel disable Windows native SSL/TLS 22181 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 40 curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
|
/external/curl/docs/ |
D | INSTALL.md | 108 - schannel: `--without-ssl --with-schannel`
|
/external/webrtc/webrtc/build/ |
D | common.gypi | 117 # enable schannel on windows.
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.dsp | 1265 SOURCE=..\..\..\..\lib\vtls\schannel.c 1773 SOURCE=..\..\..\..\lib\vtls\schannel.h
|