Searched refs:ev_uint8_t (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.gen.h59 ev_uint8_t from_name_set;
60 ev_uint8_t to_name_set;
61 ev_uint8_t attack_set;
62 ev_uint8_t run_set;
111 ev_uint8_t weapon_set;
112 ev_uint8_t action_set;
113 ev_uint8_t how_often_set;
146 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
147 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
148 int (*fixed_bytes_assign)(struct run *, const ev_uint8_t *);
[all...]
H A Dregress.gen.c693 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
707 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value)
724 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
734 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value)
/external/chromium/third_party/libevent/
H A Devent_tagging.c94 ev_uint8_t data[5];
125 ev_uint8_t data[5];
129 ev_uint8_t lower = tag & 0x7f;
148 ev_uint8_t *data = EVBUFFER_DATA(evbuf);
153 ev_uint8_t lower = *data++;
230 ev_uint8_t *data = EVBUFFER_DATA(evbuf);
H A Devutil.h96 #define ev_uint8_t uint8_t macro
98 #define ev_uint8_t unsigned char macro
H A Devdns.c134 typedef ev_uint8_t u_char;
142 #define u8 ev_uint8_t

Completed in 254 milliseconds