/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 | 60 xmlStructuredErrorFunc schannel = NULL; in xmlSAX2ErrMemory() local 66 schannel = ctxt->sax->serror; in xmlSAX2ErrMemory() 67 __xmlRaiseError(schannel, in xmlSAX2ErrMemory() 77 __xmlRaiseError(schannel, in xmlSAX2ErrMemory() 100 xmlStructuredErrorFunc schannel = NULL; in xmlErrValid() local 108 schannel = ctxt->sax->serror; in xmlErrValid() 109 __xmlRaiseError(schannel, in xmlErrValid() 117 __xmlRaiseError(schannel, in xmlErrValid()
|
D | relaxng.c | 439 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErrMemory() local 445 schannel = ctxt->serror; in xmlRngPErrMemory() 452 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory() 458 __xmlRaiseError(schannel, channel, data, in xmlRngPErrMemory() 474 xmlStructuredErrorFunc schannel = NULL; in xmlRngVErrMemory() local 480 schannel = ctxt->serror; in xmlRngVErrMemory() 487 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory() 493 __xmlRaiseError(schannel, channel, data, in xmlRngVErrMemory() 514 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErr() local 520 schannel = ctxt->serror; in xmlRngPErr() [all …]
|
D | xmlIO.c | 462 xmlStructuredErrorFunc schannel = NULL; in __xmlLoaderErr() local 479 schannel = ctxt->sax->serror; in __xmlLoaderErr() 482 __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 | 590 xmlStructuredErrorFunc schannel = NULL; in xmlWarningMsg() local 597 schannel = ctxt->sax->serror; in xmlWarningMsg() 599 __xmlRaiseError(schannel, in xmlWarningMsg() 607 __xmlRaiseError(schannel, NULL, NULL, in xmlWarningMsg() 628 xmlStructuredErrorFunc schannel = NULL; in xmlValidityError() local 636 schannel = ctxt->sax->serror; in xmlValidityError() 639 __xmlRaiseError(schannel, in xmlValidityError() 647 __xmlRaiseError(schannel, NULL, NULL, in xmlValidityError()
|
D | xmlschemas.c | 1897 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErr() local 1905 schannel = ctxt->serror; in xmlSchemaPErr() 1907 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErr() 1963 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaPErrExt() local 1971 schannel = ctxt->serror; in xmlSchemaPErrExt() 1973 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP, in xmlSchemaPErrExt() 2034 xmlStructuredErrorFunc schannel = NULL; in xmlSchemaErr4Line() local 2050 schannel = vctxt->serror; in xmlSchemaErr4Line() 2102 __xmlRaiseError(schannel, channel, data, ctxt, in xmlSchemaErr4Line() 2117 schannel = pctxt->serror; in xmlSchemaErr4Line() [all …]
|
D | NEWS | 528 __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
|
/external/curl/ |
D | RELEASE-NOTES | 29 o schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error 38 o schannel: Fix out of bounds array [6] 42 o schannel: fix regression in schannel_recv [7] 83 o schannel: Add support for optional client certificates 89 o schannel: schannel_recv overhaul [32]
|
/external/curl/lib/ |
D | Makefile.inc | 25 vtls/cyassl.c vtls/schannel.c vtls/darwinssl.c vtls/gskit.c 29 vtls/cyassl.h vtls/schannel.h vtls/darwinssl.h vtls/gskit.h
|
D | Makefile.vc6 | 609 $(DIROBJ)\schannel.obj \
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 41 curl_sasl.c vtls/schannel.c curl_multibyte.c vtls/darwinssl.c \
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
|
/external/curl/docs/ |
D | KNOWN_BUGS | 72 properly if built with UNICODE defined together with the WinSSL/schannel 77 The WinSSL/schannel version verified to work as mentioned in
|
/external/webrtc/webrtc/build/ |
D | common.gypi | 117 # enable schannel on windows.
|