Lines Matching refs:ev_uint32_t
61 void evtag_marshal_msg(struct evbuffer *, ev_uint32_t,
63 int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
90 int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
91 int (*how_often_get)(struct kill *, int, ev_uint32_t *);
92 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
100 ev_uint32_t *how_often_data;
116 void evtag_marshal_kill(struct evbuffer *, ev_uint32_t,
118 int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
124 int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
125 int kill_how_often_get(struct kill *, int, ev_uint32_t *);
126 ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
144 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
145 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
153 int (*other_numbers_assign)(struct run *, int, const ev_uint32_t);
154 int (*other_numbers_get)(struct run *, int, ev_uint32_t *);
155 ev_uint32_t * (*other_numbers_add)(struct run *msg, const ev_uint32_t value);
163 ev_uint32_t some_bytes_length;
169 ev_uint32_t *other_numbers_data;
188 void evtag_marshal_run(struct evbuffer *, ev_uint32_t,
190 int evtag_unmarshal_run(struct evbuffer *, ev_uint32_t,
194 int run_some_bytes_assign(struct run *, const ev_uint8_t *, ev_uint32_t);
195 int run_some_bytes_get(struct run *, ev_uint8_t * *, ev_uint32_t *);
203 int run_other_numbers_assign(struct run *, int, const ev_uint32_t);
204 int run_other_numbers_get(struct run *, int, ev_uint32_t *);
205 ev_uint32_t * run_other_numbers_add(struct run *msg, const ev_uint32_t value);