OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sasl_ctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c
151
sasl_conn_t *
sasl_ctx
= op->o_conn->c_sasl_authctx;
local
161
if (
sasl_ctx
== NULL ||
162
sasl_getprop(
sasl_ctx
, SASL_GSS_PEER_NAME, (const void **)&gss_name) != 0 ||
/src/external/bsd/openldap/dist/servers/slapd/
sasl.c
64
typedef struct
sasl_ctx
{
struct
67
}
SASL_CTX
;
1461
SASL_CTX
*ctx = (
SASL_CTX
*) SLAP_MALLOC(sizeof(
SASL_CTX
));
1501
SASL_CTX
*ctx = conn->c_sasl_authctx;
1571
SASL_CTX
*ctx = conn->c_sasl_authctx;
1607
SASL_CTX
*ctx = conn->c_sasl_authctx;
1749
SASL_CTX
*ctx = op->o_conn->c_sasl_authctx;
Completed in 45 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026