• Home
  • Raw
  • Download

Lines Matching defs:msg

75 msg_run_add(struct msg *msg)  in msg_run_add()
100 msg_from_name_assign(struct msg *msg, in msg_from_name_assign()
112 msg_to_name_assign(struct msg *msg, in msg_to_name_assign()
124 msg_attack_assign(struct msg *msg, in msg_attack_assign()
161 msg_run_assign(struct msg *msg, int off, in msg_run_assign()
187 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
196 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
205 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
218 msg_run_get(struct msg *msg, int offset, in msg_run_get()
365 msg_complete(struct msg *msg) in msg_complete()
384 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) in evtag_unmarshal_msg()
405 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg) in evtag_marshal_msg()
454 kill_weapon_assign(struct kill *msg, in kill_weapon_assign()
466 kill_action_assign(struct kill *msg, in kill_action_assign()
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value) in kill_how_often_assign()
486 kill_weapon_get(struct kill *msg, char * *value) in kill_weapon_get()
495 kill_action_get(struct kill *msg, char * *value) in kill_action_get()
504 kill_how_often_get(struct kill *msg, ev_uint32_t *value) in kill_how_often_get()
600 kill_complete(struct kill *msg) in kill_complete()
610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) in evtag_unmarshal_kill()
631 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) in evtag_marshal_kill()
681 run_how_assign(struct run *msg, in run_how_assign()
693 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) in run_some_bytes_assign()
707 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value) in run_fixed_bytes_assign()
715 run_how_get(struct run *msg, char * *value) in run_how_get()
724 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen) in run_some_bytes_get()
734 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value) in run_fixed_bytes_get()
838 run_complete(struct run *msg) in run_complete()
848 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg) in evtag_unmarshal_run()
869 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg) in evtag_marshal_run()