Searched refs:ev_uint32_t (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/libevent/ |
D | 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) in encode_int() 96 memset(data, 0, sizeof(ev_uint32_t)+1); in encode_int() 122 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) in evtag_encode_tag() 145 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain) in decode_tag_internal() 147 ev_uint32_t number = 0; in decode_tag_internal() 176 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf) in evtag_decode_tag() 188 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() [all …]
|
D | event.h | 1133 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data, 1134 ev_uint32_t len); 1146 void encode_int(struct evbuffer *evbuf, ev_uint32_t number); 1148 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, 1149 ev_uint32_t integer); 1151 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, 1154 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, 1157 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, 1159 int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag); 1160 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength); [all …]
|
D | evutil.h | 72 #define ev_uint32_t uint32_t macro 74 #define ev_uint32_t unsigned int 76 #define ev_uint32_t unsigned long 78 #define ev_uint32_t unsigned int
|
D | evdns.c | 140 #define u32 ev_uint32_t 365 ev_uint32_t r; in inet_aton()
|
/external/chromium/third_party/libevent/test/ |
D | 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 …]
|
D | regress.gen.c | 299 ev_uint32_t tag; in msg_unmarshal() 384 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) in evtag_unmarshal_msg() 386 ev_uint32_t tag; in evtag_unmarshal_msg() 405 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg) in evtag_marshal_msg() 478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value) in kill_how_often_assign() 504 kill_how_often_get(struct kill *msg, ev_uint32_t *value) in kill_how_often_get() 550 ev_uint32_t tag; in kill_unmarshal() 610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) in evtag_unmarshal_kill() 612 ev_uint32_t tag; in evtag_unmarshal_kill() 631 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) in evtag_marshal_kill() [all …]
|