HomeSort by: relevance | last modified time | path
    Searched defs:userctx (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pcache.c 48 cc_plugin_register_to_context(krb5_context context, const void *plug, void *plugctx, void *userctx)
58 *((krb5_error_code *)userctx) = ret;
66 krb5_error_code userctx = 0; local
69 0, 0, &userctx, cc_plugin_register_to_context);
71 return userctx;
plugin.c 450 void *userctx; member in struct:iter_ctx
495 s->ret = s->func(s->context, pl->dataptr, pl->ctx, s->userctx);
506 * a context value produced by the plugin's init method, and @userctx.
509 * with arguments taken from @userctx. @func should save plugin
510 * outputs, if any, in @userctx.
524 * @userctx Callback data for the callback function @func
536 void *userctx,
559 s.userctx = userctx;
591 s.ret = s.func(s.context, p->symbol, plug_ctx, s.userctx);
    [all...]
send_to_kdc.c 78 kdccallback(krb5_context context, const void *plug, void *plugctx, void *userctx)
81 struct send_via_plugin_s *ctx = userctx;
90 realmcallback(krb5_context context, const void *plug, void *plugctx, void *userctx)
93 struct send_via_plugin_s *ctx = userctx;
108 struct send_via_plugin_s userctx; local
110 userctx.realm = NULL;
111 userctx.hi = hi;
112 userctx.timeout = timeout;
113 userctx.send_data = send_data;
114 userctx.receive = receive
128 struct send_via_plugin_s userctx; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
client.c 182 void *userctx; member in struct:async_client
208 (*c->func)(c->userctx, returnvalue, &response, NULL);
222 mach_async(void *ctx, const heim_idata *request, void *userctx,
264 c->userctx = userctx;
560 heim_ipc_async(heim_ipc ctx, const heim_idata *snd, void *userctx,
569 (*func)(userctx, ret, &rcv, cred);
574 return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
server.c 47 void *userctx; member in struct:heim_sipc
249 (ctx->callback)(ctx->userctx, &s->req, s->cred,
300 (ctx->callback)(ctx->userctx, &s->req, s->cred,
429 c->userctx = user;
454 void *userctx; member in struct:client
622 void *userctx)
643 c->userctx = userctx;
879 c->userctx);
950 c->callback(c->userctx, &cs->in
    [all...]

Completed in 33 milliseconds