Symbol: verto_mod_ctx
crypto/krb5/src/util/verto/verto-k5ev.c
101
k5ev_ctx_break(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-k5ev.c
107
k5ev_ctx_reinitialize(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-k5ev.c
137
k5ev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
crypto/krb5/src/util/verto/verto-k5ev.c
163
k5ev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags)
crypto/krb5/src/util/verto/verto-k5ev.c
202
k5ev_ctx_del(verto_mod_ctx *ctx, const verto_ev *ev, verto_mod_ev *evpriv)
crypto/krb5/src/util/verto/verto-k5ev.c
69
static verto_mod_ctx *
crypto/krb5/src/util/verto/verto-k5ev.c
75
static verto_mod_ctx *
crypto/krb5/src/util/verto/verto-k5ev.c
82
k5ev_ctx_free(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-k5ev.c
89
k5ev_ctx_run(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-k5ev.c
95
k5ev_ctx_run_once(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-libev.c
103
libev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
crypto/krb5/src/util/verto/verto-libev.c
129
libev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags)
crypto/krb5/src/util/verto/verto-libev.c
168
libev_ctx_del(verto_mod_ctx *ctx, const verto_ev *ev, verto_mod_ev *evpriv)
crypto/krb5/src/util/verto/verto-libev.c
35
static verto_mod_ctx *
crypto/krb5/src/util/verto/verto-libev.c
41
static verto_mod_ctx *
crypto/krb5/src/util/verto/verto-libev.c
48
libev_ctx_free(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-libev.c
55
libev_ctx_run(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-libev.c
61
libev_ctx_run_once(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-libev.c
67
libev_ctx_break(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-libev.c
73
libev_ctx_reinitialize(verto_mod_ctx *ctx)
crypto/krb5/src/util/verto/verto-module.h
142
verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
72
/* Required */ verto_mod_ctx *(*ctx_new)();
crypto/krb5/src/util/verto/verto-module.h
73
/* Optional */ verto_mod_ctx *(*ctx_default)();
crypto/krb5/src/util/verto/verto-module.h
74
/* Required */ void (*ctx_free)(verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
75
/* Optional */ void (*ctx_run)(verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
76
/* Required */ void (*ctx_run_once)(verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
77
/* Optional */ void (*ctx_break)(verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
78
/* Optional */ void (*ctx_reinitialize)(verto_mod_ctx *ctx);
crypto/krb5/src/util/verto/verto-module.h
79
/* Optional */ void (*ctx_set_flags)(verto_mod_ctx *ctx,
crypto/krb5/src/util/verto/verto-module.h
82
/* Required */ verto_mod_ev *(*ctx_add)(verto_mod_ctx *ctx,
crypto/krb5/src/util/verto/verto-module.h
85
/* Required */ void (*ctx_del)(verto_mod_ctx *ctx,
crypto/krb5/src/util/verto/verto.c
53
verto_mod_ctx *ctx;
crypto/krb5/src/util/verto/verto.c
917
verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *mctx)