Lines Matching defs:imsgev
1 /* $OpenBSD: imsgev.c,v 1.13 2024/11/21 13:39:07 claudio Exp $ */
29 #include "imsgev.h"
32 void imsgev_add(struct imsgev *);
34 void imsgev_disconnect(struct imsgev *, int);
37 imsgev_init(struct imsgev *iev, int fd, void *data,
38 void (*callback)(struct imsgev *, int, struct imsg *),
39 void (*needfd)(struct imsgev *))
57 imsgev_compose(struct imsgev *iev, u_int16_t type, u_int32_t peerid,
70 imsgev_close(struct imsgev *iev)
77 imsgev_clear(struct imsgev *iev)
85 imsgev_add(struct imsgev *iev)
107 struct imsgev *iev = humppa;
169 imsgev_disconnect(struct imsgev *iev, int code)