Lines Matching defs:value

117     const char * value)  in msg_from_name_assign()
129 const char * value) in msg_to_name_assign()
141 const struct kill* value) in msg_attack_assign()
178 const struct run* value) in msg_run_assign()
210 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
219 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
228 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
241 msg_run_get(struct msg *msg, int offset, in msg_run_get()
503 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
519 const char * value) in kill_weapon_assign()
531 const char * value) in kill_action_assign()
543 const ev_uint32_t value) in kill_how_often_assign()
555 kill_weapon_get(struct kill *msg, char * *value) in kill_weapon_get()
564 kill_action_get(struct kill *msg, char * *value) in kill_action_get()
574 ev_uint32_t *value) in kill_how_often_get()
811 run_notes_add(struct run *msg, const char * value) in run_notes_add()
849 run_other_numbers_add(struct run *msg, const ev_uint32_t value) in run_other_numbers_add()
865 const char * value) in run_how_assign()
876 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) in run_some_bytes_assign()
890 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value) in run_fixed_bytes_assign()
899 const char * value) in run_notes_assign()
917 run_large_number_assign(struct run *msg, const ev_uint64_t value) in run_large_number_assign()
926 const ev_uint32_t value) in run_other_numbers_assign()
938 run_how_get(struct run *msg, char * *value) in run_how_get()
957 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value) in run_fixed_bytes_get()
966 run_notes_get(struct run *msg, int offset, in run_notes_get()
976 run_large_number_get(struct run *msg, ev_uint64_t *value) in run_large_number_get()
986 ev_uint32_t *value) in run_other_numbers_get()