verto_mod_ctx
k5ev_ctx_break(verto_mod_ctx *ctx)
k5ev_ctx_reinitialize(verto_mod_ctx *ctx)
k5ev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
k5ev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags)
k5ev_ctx_del(verto_mod_ctx *ctx, const verto_ev *ev, verto_mod_ev *evpriv)
static verto_mod_ctx *
static verto_mod_ctx *
k5ev_ctx_free(verto_mod_ctx *ctx)
k5ev_ctx_run(verto_mod_ctx *ctx)
k5ev_ctx_run_once(verto_mod_ctx *ctx)
libev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
libev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags)
libev_ctx_del(verto_mod_ctx *ctx, const verto_ev *ev, verto_mod_ev *evpriv)
static verto_mod_ctx *
static verto_mod_ctx *
libev_ctx_free(verto_mod_ctx *ctx)
libev_ctx_run(verto_mod_ctx *ctx)
libev_ctx_run_once(verto_mod_ctx *ctx)
libev_ctx_break(verto_mod_ctx *ctx)
libev_ctx_reinitialize(verto_mod_ctx *ctx)
verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *ctx);
/* Required */ verto_mod_ctx *(*ctx_new)();
/* Optional */ verto_mod_ctx *(*ctx_default)();
/* Required */ void (*ctx_free)(verto_mod_ctx *ctx);
/* Optional */ void (*ctx_run)(verto_mod_ctx *ctx);
/* Required */ void (*ctx_run_once)(verto_mod_ctx *ctx);
/* Optional */ void (*ctx_break)(verto_mod_ctx *ctx);
/* Optional */ void (*ctx_reinitialize)(verto_mod_ctx *ctx);
/* Optional */ void (*ctx_set_flags)(verto_mod_ctx *ctx,
/* Required */ verto_mod_ev *(*ctx_add)(verto_mod_ctx *ctx,
/* Required */ void (*ctx_del)(verto_mod_ctx *ctx,
verto_mod_ctx *ctx;
verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *mctx)