Lines Matching refs:ev_uint32_t

326   ev_uint32_t tag;  in msg_unmarshal()
410 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_msg()
413 ev_uint32_t tag; in evtag_unmarshal_msg()
432 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_msg()
492 ev_uint32_t* new_data = NULL; in kill_how_often_expand_to_hold_more()
494 new_data = (ev_uint32_t*) realloc(msg->how_often_data, in kill_how_often_expand_to_hold_more()
495 tobe_allocated * sizeof(ev_uint32_t)); in kill_how_often_expand_to_hold_more()
503 ev_uint32_t *
504 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
544 const ev_uint32_t value) in kill_how_often_assign()
575 ev_uint32_t *value) in kill_how_often_get()
640 ev_uint32_t tag; in kill_unmarshal()
698 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_kill()
701 ev_uint32_t tag; in evtag_unmarshal_kill()
720 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_kill()
838 ev_uint32_t* new_data = NULL; in run_other_numbers_expand_to_hold_more()
840 new_data = (ev_uint32_t*) realloc(msg->other_numbers_data, in run_other_numbers_expand_to_hold_more()
841 tobe_allocated * sizeof(ev_uint32_t)); in run_other_numbers_expand_to_hold_more()
849 ev_uint32_t *
850 run_other_numbers_add(struct run *msg, const ev_uint32_t value) in run_other_numbers_add()
877 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) in run_some_bytes_assign()
927 const ev_uint32_t value) in run_other_numbers_assign()
948 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen) in run_some_bytes_get()
987 ev_uint32_t *value) in run_other_numbers_get()
1093 ev_uint32_t tag; in run_unmarshal()
1188 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_run()
1191 ev_uint32_t tag; in evtag_unmarshal_run()
1210 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal_run()