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

12

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Ddefer-internal.h49 void event_deferred_cb_init_(struct event_callback *, ev_uint8_t, deferred_cb_fn, void *);
53 void event_deferred_cb_set_priority_(struct event_callback *, ev_uint8_t);
H A Dchangelist-internal.h63 ev_uint8_t read_change;
64 ev_uint8_t write_change;
65 ev_uint8_t close_change;
H A Dipv6-internal.h54 ev_uint8_t s6_addr[16];
H A Devent_tagging.c140 encode_int_internal(ev_uint8_t *data, ev_uint32_t number)
146 encode_int64_internal(ev_uint8_t *data, ev_uint64_t number)
154 ev_uint8_t data[5];
162 ev_uint8_t data[9];
176 ev_uint8_t data[5];
180 ev_uint8_t lower = tag & 0x7f;
200 ev_uint8_t *data;
214 ev_uint8_t lower = *data++;
278 ev_uint8_t data[5];
290 ev_uint8_t dat
[all...]
H A Dsignal.c159 ev_uint8_t sig = signals[i];
383 ev_uint8_t msg;
H A Devutil.c1843 (int)(ev_uint8_t)((a>>24)&0xff),
1844 (int)(ev_uint8_t)((a>>16)&0xff),
1845 (int)(ev_uint8_t)((a>>8 )&0xff),
1846 (int)(ev_uint8_t)((a )&0xff));
2269 ev_uint8_t u = c; \
2283 return ((char)EVUTIL_TOLOWER_TABLE[(ev_uint8_t)c]);
2287 return ((char)EVUTIL_TOUPPER_TABLE[(ev_uint8_t)c]);
H A Dlistener.c456 ev_uint8_t buflen;
457 ev_uint8_t family;
/freebsd-12-stable/contrib/libevent/
H A Ddefer-internal.h49 void event_deferred_cb_init_(struct event_callback *, ev_uint8_t, deferred_cb_fn, void *);
53 void event_deferred_cb_set_priority_(struct event_callback *, ev_uint8_t);
H A Dchangelist-internal.h63 ev_uint8_t read_change;
64 ev_uint8_t write_change;
65 ev_uint8_t close_change;
H A Dipv6-internal.h54 ev_uint8_t s6_addr[16];
H A Devent_tagging.c141 encode_int_internal(ev_uint8_t *data, ev_uint32_t number)
147 encode_int64_internal(ev_uint8_t *data, ev_uint64_t number)
155 ev_uint8_t data[5];
163 ev_uint8_t data[9];
177 ev_uint8_t data[5];
181 ev_uint8_t lower = tag & 0x7f;
201 ev_uint8_t *data;
215 ev_uint8_t lower = *data++;
279 ev_uint8_t data[5];
291 ev_uint8_t dat
[all...]
H A Dsignal.c159 ev_uint8_t sig = signals[i];
383 ev_uint8_t msg;
H A Devutil.c1873 (int)(ev_uint8_t)((a>>24)&0xff),
1874 (int)(ev_uint8_t)((a>>16)&0xff),
1875 (int)(ev_uint8_t)((a>>8 )&0xff),
1876 (int)(ev_uint8_t)((a )&0xff));
2299 ev_uint8_t u = c; \
2313 return ((char)EVUTIL_TOLOWER_TABLE[(ev_uint8_t)c]);
2317 return ((char)EVUTIL_TOUPPER_TABLE[(ev_uint8_t)c]);
H A Dlistener.c457 ev_uint8_t buflen;
458 ev_uint8_t family;
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.h47 ev_uint8_t from_name_set;
48 ev_uint8_t to_name_set;
49 ev_uint8_t attack_set;
50 ev_uint8_t run_set;
103 ev_uint8_t weapon_set;
104 ev_uint8_t action_set;
105 ev_uint8_t how_often_set;
143 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
144 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
145 int (*fixed_bytes_assign)(struct run *, const ev_uint8_t *);
[all...]
H A Dregress.gen.c873 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
887 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value)
944 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
954 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value)
H A Dregress_rpc.c772 (ev_uint8_t*)"012345678901234567890123");
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.gen.h47 ev_uint8_t from_name_set;
48 ev_uint8_t to_name_set;
49 ev_uint8_t attack_set;
50 ev_uint8_t run_set;
103 ev_uint8_t weapon_set;
104 ev_uint8_t action_set;
105 ev_uint8_t how_often_set;
143 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
144 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
145 int (*fixed_bytes_assign)(struct run *, const ev_uint8_t *);
[all...]
H A Dregress.gen.c873 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
887 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value)
944 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
954 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value)
H A Dregress_rpc.c772 (ev_uint8_t*)"012345678901234567890123");
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h110 ev_uint8_t evcb_pri; /* smaller numbers are higher priority */
111 ev_uint8_t evcb_closure;
H A Dutil.h94 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
169 #define ev_uint8_t uint8_t macro
172 #define ev_uint8_t ... macro
175 #define ev_uint8_t unsigned char macro
/freebsd-12-stable/contrib/libevent/include/event2/
H A Devent_struct.h110 ev_uint8_t evcb_pri; /* smaller numbers are higher priority */
111 ev_uint8_t evcb_closure;
H A Dutil.h99 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
174 #define ev_uint8_t uint8_t macro
177 #define ev_uint8_t ... macro
180 #define ev_uint8_t unsigned char macro
/freebsd-12-stable/contrib/libevent/sample/
H A Ddns-example.c43 #define u8 ev_uint8_t

Completed in 114 milliseconds

12