Lines Matching refs:ev_uint32_t

62 void evtag_marshal_msg(struct evbuffer *, ev_uint32_t,
64 int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
91 int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
92 int (*how_often_get)(struct kill *, int, ev_uint32_t *);
93 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
101 ev_uint32_t *how_often_data;
117 void evtag_marshal_kill(struct evbuffer *, ev_uint32_t,
119 int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
125 int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
126 int kill_how_often_get(struct kill *, int, ev_uint32_t *);
127 ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
145 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
146 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
154 int (*other_numbers_assign)(struct run *, int, const ev_uint32_t);
155 int (*other_numbers_get)(struct run *, int, ev_uint32_t *);
156 ev_uint32_t * (*other_numbers_add)(struct run *msg, const ev_uint32_t value);
164 ev_uint32_t some_bytes_length;
170 ev_uint32_t *other_numbers_data;
189 void evtag_marshal_run(struct evbuffer *, ev_uint32_t,
191 int evtag_unmarshal_run(struct evbuffer *, ev_uint32_t,
195 int run_some_bytes_assign(struct run *, const ev_uint8_t *, ev_uint32_t);
196 int run_some_bytes_get(struct run *, ev_uint8_t * *, ev_uint32_t *);
204 int run_other_numbers_assign(struct run *, int, const ev_uint32_t);
205 int run_other_numbers_get(struct run *, int, ev_uint32_t *);
206 ev_uint32_t * run_other_numbers_add(struct run *msg, const ev_uint32_t value);