Searched refs:userctx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Diter_cred.c40 void *userctx ,
89 cred_iter(userctx, GSS_NTLM_MECHANISM, (gss_cred_id_t)dn);
98 (*cred_iter)(userctx, NULL, NULL);
H A Dntlm-private.h219 void *userctx ,
/freebsd-10-stable/crypto/heimdal/lib/ipc/
H A Dclient.c180 void *userctx; member in struct:async_client
206 (*c->func)(c->userctx, returnvalue, &response, NULL);
220 mach_async(void *ctx, const heim_idata *request, void *userctx, argument
262 c->userctx = userctx;
558 heim_ipc_async(heim_ipc ctx, const heim_idata *snd, void *userctx, argument
567 (*func)(userctx, ret, &rcv, cred);
572 return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
H A Dserver.c44 void *userctx; member in struct:heim_sipc
246 (ctx->callback)(ctx->userctx, &s->req, s->cred,
297 (ctx->callback)(ctx->userctx, &s->req, s->cred,
426 c->userctx = user;
451 void *userctx; member in struct:client
619 void *userctx)
640 c->userctx = userctx;
876 c->userctx);
947 c->callback(c->userctx,
616 add_new_socket(int fd, int flags, heim_ipc_callback callback, void *userctx) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c542 void *userctx; member in struct:iter_ctx
588 s->ret = s->func(s->context, pl->dataptr, pl->ctx, s->userctx);
597 void *userctx,
619 s.userctx = userctx;
592 _krb5_plugin_run_f(krb5_context context, const char *module, const char *name, int min_version, int flags, void *userctx, krb5_error_code (*func)(krb5_context, const void *, void *, void *)) argument

Completed in 161 milliseconds