Lines Matching refs:ev_uint32_t
325 ev_uint32_t tag; in msg_unmarshal()
409 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_msg()
412 ev_uint32_t tag; in evtag_unmarshal_msg()
431 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_msg()
491 ev_uint32_t* new_data = NULL; in kill_how_often_expand_to_hold_more()
493 new_data = (ev_uint32_t*) realloc(msg->how_often_data, in kill_how_often_expand_to_hold_more()
494 tobe_allocated * sizeof(ev_uint32_t)); in kill_how_often_expand_to_hold_more()
502 ev_uint32_t *
503 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
543 const ev_uint32_t value) in kill_how_often_assign()
574 ev_uint32_t *value) in kill_how_often_get()
639 ev_uint32_t tag; in kill_unmarshal()
697 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_kill()
700 ev_uint32_t tag; in evtag_unmarshal_kill()
719 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_kill()
837 ev_uint32_t* new_data = NULL; in run_other_numbers_expand_to_hold_more()
839 new_data = (ev_uint32_t*) realloc(msg->other_numbers_data, in run_other_numbers_expand_to_hold_more()
840 tobe_allocated * sizeof(ev_uint32_t)); in run_other_numbers_expand_to_hold_more()
848 ev_uint32_t *
849 run_other_numbers_add(struct run *msg, const ev_uint32_t value) in run_other_numbers_add()
876 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) in run_some_bytes_assign()
926 const ev_uint32_t value) in run_other_numbers_assign()
947 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen) in run_some_bytes_get()
986 ev_uint32_t *value) in run_other_numbers_get()
1092 ev_uint32_t tag; in run_unmarshal()
1187 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_run()
1190 ev_uint32_t tag; in evtag_unmarshal_run()
1209 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_run()