Lines Matching full:kill
125 const struct kill* value)
205 msg_attack_get(struct msg *msg, struct kill* *value)
416 * Implementation of kill
428 struct kill *
431 struct kill *tmp;
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
454 kill_weapon_assign(struct kill *msg,
466 kill_action_assign(struct kill *msg,
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
486 kill_weapon_get(struct kill *msg, char * *value)
495 kill_action_get(struct kill *msg, char * *value)
504 kill_how_often_get(struct kill *msg, ev_uint32_t *value)
513 kill_clear(struct kill *tmp)
529 kill_free(struct kill *tmp)
539 kill_marshal(struct evbuffer *evbuf, const struct kill *tmp){
548 kill_unmarshal(struct kill *tmp, struct evbuffer *evbuf)
600 kill_complete(struct kill *msg)
610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg)
631 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg)