Lines Matching refs:msg
13 struct msg;
28 int (*from_name_assign)(struct msg *, const char *);
29 int (*from_name_get)(struct msg *, char * *);
30 int (*to_name_assign)(struct msg *, const char *);
31 int (*to_name_get)(struct msg *, char * *);
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
34 int (*run_assign)(struct msg *, int, const struct run*);
35 int (*run_get)(struct msg *, int, struct run* *);
36 struct run* (*run_add)(struct msg *msg);
39 struct msg { struct
55 struct msg *msg_new(void); argument
56 struct msg *msg_new_with_arg(void *);
57 void msg_free(struct msg *);
58 void msg_clear(struct msg *);
59 void msg_marshal(struct evbuffer *, const struct msg *);
60 int msg_unmarshal(struct msg *, struct evbuffer *);
61 int msg_complete(struct msg *);
63 const struct msg *);
65 struct msg *);
66 int msg_from_name_assign(struct msg *, const char *);
67 int msg_from_name_get(struct msg *, char * *);
68 int msg_to_name_assign(struct msg *, const char *);
69 int msg_to_name_get(struct msg *, char * *);
70 int msg_attack_assign(struct msg *, const struct kill*);
71 int msg_attack_get(struct msg *, struct kill* *);
72 int msg_run_assign(struct msg *, int, const struct run*);
73 int msg_run_get(struct msg *, int, struct run* *);
74 struct run* msg_run_add(struct msg *msg);
93 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
127 ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
151 char * * (*notes_add)(struct run *msg, const char * value);
156 ev_uint32_t * (*other_numbers_add)(struct run *msg, const ev_uint32_t value);
201 char * * run_notes_add(struct run *msg, const char * value);
206 ev_uint32_t * run_other_numbers_add(struct run *msg, const ev_uint32_t value);