Lines Matching refs:verto_mod_ctx
34 typedef void verto_mod_ctx; typedef
72 /* Required */ verto_mod_ctx *(*ctx_new)();
73 /* Optional */ verto_mod_ctx *(*ctx_default)();
74 /* Required */ void (*ctx_free)(verto_mod_ctx *ctx);
75 /* Optional */ void (*ctx_run)(verto_mod_ctx *ctx);
76 /* Required */ void (*ctx_run_once)(verto_mod_ctx *ctx);
77 /* Optional */ void (*ctx_break)(verto_mod_ctx *ctx);
78 /* Optional */ void (*ctx_reinitialize)(verto_mod_ctx *ctx);
79 /* Optional */ void (*ctx_set_flags)(verto_mod_ctx *ctx,
82 /* Required */ verto_mod_ev *(*ctx_add)(verto_mod_ctx *ctx,
85 /* Required */ void (*ctx_del)(verto_mod_ctx *ctx,
142 verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *ctx);