HomeSort by relevance Sort by last modified time
    Searched refs:ev_uint8_t (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.h 59 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...]
regress.gen.c 693 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/
event_tagging.c 94 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);
evutil.h 96 #define ev_uint8_t uint8_t macro
98 #define ev_uint8_t unsigned char macro
evdns.c 134 typedef ev_uint8_t u_char;
142 #define u8 ev_uint8_t
    [all...]

Completed in 166 milliseconds