Searched refs:schannel (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Dschannel.idl81 ** schannel.idl
94 [local] interface schannel
H A DMakefile.am12 authsvcidl=schannel.idl
27 authsvcheaders=schannel.h
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dschnauthcn.h88 ** The netlogon/schannel CN authentication module interface.
102 #include <schannel.h>
H A Dschnauth.h89 ** Types and routines private to the schannel authentication
109 #include <schannel.h>
H A Dschnauth.c89 ** Client-side support of netlogon/schannel module.
94 #include <dce/schannel.h>
198 /* copy schannel data */
220 schannel connection, so ensure "rpc_schn_initiator_flags" set */
464 /* This function is for the server side of schannel which
H A Dschnauthcn.c88 ** The netlogon/schannel CN authentication module.
93 #include <dce/schannel.h>
957 /* Set entry points to schannel functions */
960 /* Copy available schannel init credentials - temporary hack */
1175 /* schannel trailer */
1183 /* set new location of common and schannel trailer */
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsspi-private.h25 # include <schannel.h>
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Derror.c418 * @schannel: the structured callback channel
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, argument
461 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
463 schannel = ctxt->sax->serror;
468 if (schannel == NULL) {
469 schannel = xmlStructuredError;
473 if (schannel != NULL)
480 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
482 schannel = ctxt->sax->serror;
603 if ((schannel
[all...]
H A Dschematron.c251 xmlStructuredErrorFunc schannel = NULL; local
258 schannel = ctxt->serror;
260 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1409 xmlStructuredErrorFunc schannel = NULL; local
1415 schannel = ctxt->serror;
1421 __xmlRaiseError(schannel, channel, data,
H A DSAX2.c83 xmlStructuredErrorFunc schannel = NULL; local
91 schannel = ctxt->sax->serror;
92 __xmlRaiseError(schannel,
100 __xmlRaiseError(schannel,
H A Drelaxng.c438 xmlStructuredErrorFunc schannel = NULL; local
444 schannel = ctxt->serror;
451 __xmlRaiseError(schannel, channel, data,
457 __xmlRaiseError(schannel, channel, data,
473 xmlStructuredErrorFunc schannel = NULL; local
479 schannel = ctxt->serror;
486 __xmlRaiseError(schannel, channel, data,
492 __xmlRaiseError(schannel, channel, data,
513 xmlStructuredErrorFunc schannel = NULL; local
519 schannel
547 xmlStructuredErrorFunc schannel = NULL; local
[all...]
H A DxmlIO.c456 xmlStructuredErrorFunc schannel = NULL; local
473 schannel = ctxt->sax->serror;
476 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
H A Dvalid.c146 xmlStructuredErrorFunc schannel = NULL; local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
189 xmlStructuredErrorFunc schannel = NULL; local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
230 xmlStructuredErrorFunc schannel = NULL; local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dconfigure.in452 ## schannel
455 schannel-dir,
456 [ --with-schannel-dir=<prefix> look for libschannel in <prefix>],
464 schannel-libdir,
465 [ --with-schannel-libdir=<libdir> look for libschannel libraries in <libdir>],
477 AC_CHECK_LIB(schannel, schn_wrap, [SCHANNEL_LIBS="-lschannel"])
567 RPC_ARG_DEFINE(schannel, AUTH_SCHANNEL, ${ac_cv_lib_schannel_schn_wrap}, Include the schannel auth service)
570 AC_DEFINE([ENABLE_AUTH_SCHANNEL], [], [Enable schannel auth mechanism])
/macosx-10.9.5/libxml2-26/libxml2/
H A Derror.c430 * @schannel: the structured callback channel
453 __xmlRaiseError(xmlStructuredErrorFunc schannel, argument
475 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
478 schannel = ctxt->sax->serror;
485 if (schannel == NULL) {
486 schannel = xmlStructuredError;
490 if (schannel != NULL)
601 if (schannel != NULL) {
602 schannel(data, to);
H A Dschematron.c251 xmlStructuredErrorFunc schannel = NULL; local
258 schannel = ctxt->serror;
260 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1409 xmlStructuredErrorFunc schannel = NULL; local
1415 schannel = ctxt->serror;
1421 __xmlRaiseError(schannel, channel, data,
H A DSAX2.c60 xmlStructuredErrorFunc schannel = NULL; local
66 schannel = ctxt->sax->serror;
67 __xmlRaiseError(schannel,
77 __xmlRaiseError(schannel,
100 xmlStructuredErrorFunc schannel = NULL; local
108 schannel = ctxt->sax->serror;
109 __xmlRaiseError(schannel,
117 __xmlRaiseError(schannel,
H A Drelaxng.c439 xmlStructuredErrorFunc schannel = NULL; local
445 schannel = ctxt->serror;
452 __xmlRaiseError(schannel, channel, data,
458 __xmlRaiseError(schannel, channel, data,
474 xmlStructuredErrorFunc schannel = NULL; local
480 schannel = ctxt->serror;
487 __xmlRaiseError(schannel, channel, data,
493 __xmlRaiseError(schannel, channel, data,
514 xmlStructuredErrorFunc schannel = NULL; local
520 schannel
548 xmlStructuredErrorFunc schannel = NULL; local
[all...]
H A DxmlIO.c462 xmlStructuredErrorFunc schannel = NULL; local
479 schannel = ctxt->sax->serror;
482 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
H A Dvalid.c146 xmlStructuredErrorFunc schannel = NULL; local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
189 xmlStructuredErrorFunc schannel = NULL; local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
230 xmlStructuredErrorFunc schannel = NULL; local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
H A Dparser.c562 xmlStructuredErrorFunc schannel = NULL; local
569 schannel = ctxt->sax->serror;
571 __xmlRaiseError(schannel,
579 __xmlRaiseError(schannel, NULL, NULL,
600 xmlStructuredErrorFunc schannel = NULL; local
608 schannel = ctxt->sax->serror;
611 __xmlRaiseError(schannel,
619 __xmlRaiseError(schannel, NULL, NULL,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsamba.vim105 syn keyword sambaKeyword contained reported rid schannel sendfile sharing
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxmlerror.h918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlerror.h917 __xmlRaiseError (xmlStructuredErrorFunc schannel,
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durldata.h147 #include <schannel.h>

Completed in 243 milliseconds

12