Lines Matching defs:msg

79 msg_run_expand_to_hold_more(struct msg *msg)  in msg_run_expand_to_hold_more()
93 msg_run_add(struct msg *msg) in msg_run_add()
110 msg_from_name_assign(struct msg *msg, in msg_from_name_assign()
122 msg_to_name_assign(struct msg *msg, in msg_to_name_assign()
134 msg_attack_assign(struct msg *msg, in msg_attack_assign()
171 msg_run_assign(struct msg *msg, int off, in msg_run_assign()
203 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
212 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
221 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
234 msg_run_get(struct msg *msg, int offset, in msg_run_get()
389 msg_complete(struct msg *msg) in msg_complete()
408 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) in evtag_unmarshal_msg()
429 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg) in evtag_marshal_msg()
485 kill_how_often_expand_to_hold_more(struct kill *msg) in kill_how_often_expand_to_hold_more()
499 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
514 kill_weapon_assign(struct kill *msg, in kill_weapon_assign()
526 kill_action_assign(struct kill *msg, in kill_action_assign()
538 kill_how_often_assign(struct kill *msg, int off, in kill_how_often_assign()
551 kill_weapon_get(struct kill *msg, char * *value) in kill_weapon_get()
560 kill_action_get(struct kill *msg, char * *value) in kill_action_get()
569 kill_how_often_get(struct kill *msg, int offset, in kill_how_often_get()
689 kill_complete(struct kill *msg) in kill_complete()
699 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) in evtag_unmarshal_kill()
720 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) in evtag_marshal_kill()
796 run_notes_expand_to_hold_more(struct run *msg) in run_notes_expand_to_hold_more()
810 run_notes_add(struct run *msg, const char * value) in run_notes_add()
833 run_other_numbers_expand_to_hold_more(struct run *msg) in run_other_numbers_expand_to_hold_more()
847 run_other_numbers_add(struct run *msg, const ev_uint32_t value) in run_other_numbers_add()
862 run_how_assign(struct run *msg, in run_how_assign()
874 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) in run_some_bytes_assign()
888 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value) in run_fixed_bytes_assign()
896 run_notes_assign(struct run *msg, int off, in run_notes_assign()
915 run_large_number_assign(struct run *msg, const ev_uint64_t value) in run_large_number_assign()
923 run_other_numbers_assign(struct run *msg, int off, in run_other_numbers_assign()
936 run_how_get(struct run *msg, char * *value) in run_how_get()
945 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen) in run_some_bytes_get()
955 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value) in run_fixed_bytes_get()
964 run_notes_get(struct run *msg, int offset, in run_notes_get()
974 run_large_number_get(struct run *msg, ev_uint64_t *value) in run_large_number_get()
983 run_other_numbers_get(struct run *msg, int offset, in run_other_numbers_get()
1187 run_complete(struct run *msg) in run_complete()
1197 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg) in evtag_unmarshal_run()
1218 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg) in evtag_marshal_run()