Lines Matching refs:msg

12 struct msg;
27 int (*from_name_assign)(struct msg *, const char *);
28 int (*from_name_get)(struct msg *, char * *);
29 int (*to_name_assign)(struct msg *, const char *);
30 int (*to_name_get)(struct msg *, char * *);
31 int (*attack_assign)(struct msg *, const struct kill*);
32 int (*attack_get)(struct msg *, struct kill* *);
33 int (*run_assign)(struct msg *, int, const struct run*);
34 int (*run_get)(struct msg *, int, struct run* *);
35 struct run* (*run_add)(struct msg *msg);
38 struct msg { struct
54 struct msg *msg_new(void); argument
55 struct msg *msg_new_with_arg(void *);
56 void msg_free(struct msg *);
57 void msg_clear(struct msg *);
58 void msg_marshal(struct evbuffer *, const struct msg *);
59 int msg_unmarshal(struct msg *, struct evbuffer *);
60 int msg_complete(struct msg *);
62 const struct msg *);
64 struct msg *);
65 int msg_from_name_assign(struct msg *, const char *);
66 int msg_from_name_get(struct msg *, char * *);
67 int msg_to_name_assign(struct msg *, const char *);
68 int msg_to_name_get(struct msg *, char * *);
69 int msg_attack_assign(struct msg *, const struct kill*);
70 int msg_attack_get(struct msg *, struct kill* *);
71 int msg_run_assign(struct msg *, int, const struct run*);
72 int msg_run_get(struct msg *, int, struct run* *);
73 struct run* msg_run_add(struct msg *msg);
92 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
126 ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
150 char * * (*notes_add)(struct run *msg, const char * value);
155 ev_uint32_t * (*other_numbers_add)(struct run *msg, const ev_uint32_t value);
200 char * * run_notes_add(struct run *msg, const char * value);
205 ev_uint32_t * run_other_numbers_add(struct run *msg, const ev_uint32_t value);