Home
last modified time | relevance | path

Searched refs:verto_mod_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dverto-module.h34 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,
[all …]
H A Dverto-libev.c31 typedef struct ev_loop verto_mod_ctx; typedef
35 static verto_mod_ctx *
41 static verto_mod_ctx *
48 libev_ctx_free(verto_mod_ctx *ctx) in libev_ctx_free()
55 libev_ctx_run(verto_mod_ctx *ctx) in libev_ctx_run()
61 libev_ctx_run_once(verto_mod_ctx *ctx) in libev_ctx_run_once()
67 libev_ctx_break(verto_mod_ctx *ctx) in libev_ctx_break()
73 libev_ctx_reinitialize(verto_mod_ctx *ctx) in libev_ctx_reinitialize()
103 libev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev, in libev_ctx_set_flags()
129 libev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags) in libev_ctx_add()
[all …]
H A Dverto-k5ev.c69 static verto_mod_ctx *
75 static verto_mod_ctx *
82 k5ev_ctx_free(verto_mod_ctx *ctx) in k5ev_ctx_free()
89 k5ev_ctx_run(verto_mod_ctx *ctx) in k5ev_ctx_run()
95 k5ev_ctx_run_once(verto_mod_ctx *ctx) in k5ev_ctx_run_once()
101 k5ev_ctx_break(verto_mod_ctx *ctx) in k5ev_ctx_break()
107 k5ev_ctx_reinitialize(verto_mod_ctx *ctx) in k5ev_ctx_reinitialize()
137 k5ev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev, in k5ev_ctx_set_flags()
163 k5ev_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags) in k5ev_ctx_add()
202 k5ev_ctx_del(verto_mod_ctx *ctx, const verto_ev *ev, verto_mod_ev *evpriv) in k5ev_ctx_del()
H A Dverto.c53 verto_mod_ctx *ctx;
917 verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *mctx) in verto_convert_module()