/external/chromium/third_party/libevent/ |
event_tagging.c | 68 int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf); 69 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag); 70 int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf); 91 encode_int(struct evbuffer *evbuf, ev_uint32_t number) 96 memset(data, 0, sizeof(ev_uint32_t)+1); 122 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) 145 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain) 147 ev_uint32_t number = 0; 176 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf) 188 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag [all...] |
event.h | [all...] |
evutil.h | 72 #define ev_uint32_t uint32_t macro 74 #define ev_uint32_t unsigned int macro 76 #define ev_uint32_t unsigned long macro 78 #define ev_uint32_t unsigned int macro 80 #error "No way to define ev_uint32_t"
|
evdns.c | 140 #define u32 ev_uint32_t 365 ev_uint32_t r; [all...] |
/external/chromium/third_party/libevent/test/ |
regress.gen.h | 71 void evtag_marshal_msg(struct evbuffer *, ev_uint32_t, 73 int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t, 100 int (*how_often_assign)(struct kill *, const ev_uint32_t); 101 int (*how_often_get)(struct kill *, ev_uint32_t *); 109 ev_uint32_t how_often_data; 122 void evtag_marshal_kill(struct evbuffer *, ev_uint32_t, 124 int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t, 130 int kill_how_often_assign(struct kill *, const ev_uint32_t); 131 int kill_how_often_get(struct kill *, ev_uint32_t *); 146 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t); [all...] |
regress.gen.c | 299 ev_uint32_t tag; 384 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) 386 ev_uint32_t tag; 405 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg) 478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value) 504 kill_how_often_get(struct kill *msg, ev_uint32_t *value) 550 ev_uint32_t tag; 610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) 612 ev_uint32_t tag; 631 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg [all...] |