ev_uint32_t       140 third_party/libevent/evdns.c #define u32 ev_uint32_t
ev_uint32_t       365 third_party/libevent/evdns.c 	ev_uint32_t r;
ev_uint32_t      1133 third_party/libevent/event.h void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
ev_uint32_t      1134 third_party/libevent/event.h     ev_uint32_t len);
ev_uint32_t      1146 third_party/libevent/event.h void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
ev_uint32_t      1148 third_party/libevent/event.h void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t      1149 third_party/libevent/event.h     ev_uint32_t integer);
ev_uint32_t      1151 third_party/libevent/event.h void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
ev_uint32_t      1154 third_party/libevent/event.h void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t      1157 third_party/libevent/event.h int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
ev_uint32_t      1159 third_party/libevent/event.h int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
ev_uint32_t      1160 third_party/libevent/event.h int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
ev_uint32_t      1161 third_party/libevent/event.h int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
ev_uint32_t      1164 third_party/libevent/event.h int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t      1165 third_party/libevent/event.h     ev_uint32_t *pinteger);
ev_uint32_t      1167 third_party/libevent/event.h int evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag,
ev_uint32_t      1170 third_party/libevent/event.h int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t      1173 third_party/libevent/event.h int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t        68 third_party/libevent/event_tagging.c int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
ev_uint32_t        69 third_party/libevent/event_tagging.c int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
ev_uint32_t        70 third_party/libevent/event_tagging.c int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf);
ev_uint32_t        91 third_party/libevent/event_tagging.c encode_int(struct evbuffer *evbuf, ev_uint32_t number)
ev_uint32_t        96 third_party/libevent/event_tagging.c 	memset(data, 0, sizeof(ev_uint32_t)+1);
ev_uint32_t       122 third_party/libevent/event_tagging.c evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
ev_uint32_t       145 third_party/libevent/event_tagging.c decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)
ev_uint32_t       147 third_party/libevent/event_tagging.c 	ev_uint32_t number = 0;
ev_uint32_t       176 third_party/libevent/event_tagging.c evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)
ev_uint32_t       188 third_party/libevent/event_tagging.c evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t       189 third_party/libevent/event_tagging.c     const void *data, ev_uint32_t len)
ev_uint32_t       198 third_party/libevent/event_tagging.c evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer)
ev_uint32_t       209 third_party/libevent/event_tagging.c evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string)
ev_uint32_t       215 third_party/libevent/event_tagging.c evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv)
ev_uint32_t       227 third_party/libevent/event_tagging.c decode_int_internal(ev_uint32_t *pnumber, struct evbuffer *evbuf, int dodrain)
ev_uint32_t       229 third_party/libevent/event_tagging.c 	ev_uint32_t number = 0;
ev_uint32_t       260 third_party/libevent/event_tagging.c evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf)
ev_uint32_t       266 third_party/libevent/event_tagging.c evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag)
ev_uint32_t       272 third_party/libevent/event_tagging.c evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
ev_uint32_t       295 third_party/libevent/event_tagging.c evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
ev_uint32_t       318 third_party/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       331 third_party/libevent/event_tagging.c evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst)
ev_uint32_t       333 third_party/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       334 third_party/libevent/event_tagging.c 	ev_uint32_t integer;
ev_uint32_t       356 third_party/libevent/event_tagging.c evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       357 third_party/libevent/event_tagging.c     ev_uint32_t *pinteger)
ev_uint32_t       359 third_party/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       360 third_party/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       361 third_party/libevent/event_tagging.c 	ev_uint32_t integer;
ev_uint32_t       386 third_party/libevent/event_tagging.c evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, void *data,
ev_uint32_t       389 third_party/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       406 third_party/libevent/event_tagging.c evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       409 third_party/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       425 third_party/libevent/event_tagging.c evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       428 third_party/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       429 third_party/libevent/event_tagging.c 	ev_uint32_t integer;
ev_uint32_t       299 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       384 third_party/libevent/test/regress.gen.c evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg)
ev_uint32_t       386 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       405 third_party/libevent/test/regress.gen.c evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg)
ev_uint32_t       478 third_party/libevent/test/regress.gen.c kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
ev_uint32_t       504 third_party/libevent/test/regress.gen.c kill_how_often_get(struct kill *msg, ev_uint32_t *value)
ev_uint32_t       550 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       610 third_party/libevent/test/regress.gen.c evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg)
ev_uint32_t       612 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       631 third_party/libevent/test/regress.gen.c evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg)
ev_uint32_t       693 third_party/libevent/test/regress.gen.c run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
ev_uint32_t       724 third_party/libevent/test/regress.gen.c run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
ev_uint32_t       782 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       848 third_party/libevent/test/regress.gen.c evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg)
ev_uint32_t       850 third_party/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       869 third_party/libevent/test/regress.gen.c evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg)
ev_uint32_t        71 third_party/libevent/test/regress.gen.h void evtag_marshal_msg(struct evbuffer *, ev_uint32_t, 
ev_uint32_t        73 third_party/libevent/test/regress.gen.h int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
ev_uint32_t       100 third_party/libevent/test/regress.gen.h   int (*how_often_assign)(struct kill *, const ev_uint32_t);
ev_uint32_t       101 third_party/libevent/test/regress.gen.h   int (*how_often_get)(struct kill *, ev_uint32_t *);
ev_uint32_t       109 third_party/libevent/test/regress.gen.h   ev_uint32_t how_often_data;
ev_uint32_t       122 third_party/libevent/test/regress.gen.h void evtag_marshal_kill(struct evbuffer *, ev_uint32_t, 
ev_uint32_t       124 third_party/libevent/test/regress.gen.h int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
ev_uint32_t       130 third_party/libevent/test/regress.gen.h int kill_how_often_assign(struct kill *, const ev_uint32_t);
ev_uint32_t       131 third_party/libevent/test/regress.gen.h int kill_how_often_get(struct kill *, ev_uint32_t *);
ev_uint32_t       146 third_party/libevent/test/regress.gen.h   int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
ev_uint32_t       147 third_party/libevent/test/regress.gen.h   int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
ev_uint32_t       157 third_party/libevent/test/regress.gen.h   ev_uint32_t some_bytes_length;
ev_uint32_t       171 third_party/libevent/test/regress.gen.h void evtag_marshal_run(struct evbuffer *, ev_uint32_t, 
ev_uint32_t       173 third_party/libevent/test/regress.gen.h int evtag_unmarshal_run(struct evbuffer *, ev_uint32_t,
ev_uint32_t       177 third_party/libevent/test/regress.gen.h int run_some_bytes_assign(struct run *, const ev_uint8_t *, ev_uint32_t);
ev_uint32_t       178 third_party/libevent/test/regress.gen.h int run_some_bytes_get(struct run *, ev_uint8_t * *, ev_uint32_t *);