Searched refs:ev_uint32_t (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dtag.h72 int evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag);
75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
76 ev_uint32_t len);
78 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
92 void evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number);
97 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
98 ev_uint32_t integer);
100 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
108 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t ta
[all...]
H A Dutil.h94 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
131 #define ev_uint32_t uint32_t macro
134 #define ev_uint32_t unsigned int macro
137 #define ev_uint32_t unsigned long macro
140 #define ev_uint32_t unsigned int macro
143 #define ev_uint32_t ... macro
146 #error "No way to define ev_uint32_t"
183 #define ev_uintptr_t ev_uint32_t
239 #define EV_UINT32_MAX ((ev_uint32_t)0xffffffffUL)
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dtag.h72 int evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag);
75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
76 ev_uint32_t len);
78 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
92 void evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number);
97 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
98 ev_uint32_t integer);
100 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
104 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
108 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t ta
[all...]
H A Dutil.h99 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
136 #define ev_uint32_t uint32_t macro
139 #define ev_uint32_t unsigned int macro
142 #define ev_uint32_t unsigned long macro
145 #define ev_uint32_t unsigned int macro
148 #define ev_uint32_t ... macro
151 #error "No way to define ev_uint32_t"
188 #define ev_uintptr_t ev_uint32_t
245 #define EV_UINT32_MAX ((ev_uint32_t)0xffffffffUL)
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.h60 void evtag_marshal_msg(struct evbuffer *, ev_uint32_t,
62 int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
89 int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
90 int (*how_often_get)(struct kill *, int, ev_uint32_t *);
91 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
99 ev_uint32_t *how_often_data;
115 void evtag_marshal_kill(struct evbuffer *, ev_uint32_t,
117 int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
123 int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
[all...]
H A Dregress.gen.c317 ev_uint32_t tag;
407 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg)
409 ev_uint32_t tag;
428 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg)
487 ev_uint32_t* new_data = NULL;
489 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
490 tobe_allocated * sizeof(ev_uint32_t));
497 ev_uint32_t *
498 kill_how_often_add(struct kill *msg, const ev_uint32_t value)
538 const ev_uint32_t valu
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.gen.h60 void evtag_marshal_msg(struct evbuffer *, ev_uint32_t,
62 int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
89 int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
90 int (*how_often_get)(struct kill *, int, ev_uint32_t *);
91 ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
99 ev_uint32_t *how_often_data;
115 void evtag_marshal_kill(struct evbuffer *, ev_uint32_t,
117 int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
123 int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
[all...]
H A Dregress.gen.c317 ev_uint32_t tag;
407 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg)
409 ev_uint32_t tag;
428 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg)
487 ev_uint32_t* new_data = NULL;
489 new_data = (ev_uint32_t*) realloc(msg->how_often_data,
490 tobe_allocated * sizeof(ev_uint32_t));
497 ev_uint32_t *
498 kill_how_often_add(struct kill *msg, const ev_uint32_t value)
538 const ev_uint32_t valu
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dratelim-internal.h44 ev_uint32_t last_updated;
70 ev_uint32_t current_tick);
74 ev_uint32_t ev_token_bucket_get_tick_(const struct timeval *tv,
84 ev_uint32_t current_tick,
H A Devent_tagging.c95 int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
97 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
98 int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf);
140 encode_int_internal(ev_uint8_t *data, ev_uint32_t number)
152 evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number)
173 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
196 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)
198 ev_uint32_t number = 0;
244 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)
256 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t ta
[all...]
H A Devutil_rand.c99 ev_uint32_t u = arc4random();
106 *(ev_uint32_t*)b = arc4random();
111 ev_uint32_t u = arc4random();
129 #define ARC4RANDOM_UINT32 ev_uint32_t
H A Dlog-internal.h50 extern ev_uint32_t event_debug_logging_mask_;
53 ev_uint32_t event_debug_get_logging_mask_(void);
H A Dlog.c73 ev_uint32_t event_debug_logging_mask_ = DEFAULT_MASK;
75 static ev_uint32_t event_debug_logging_mask_ = DEFAULT_MASK;
76 ev_uint32_t
85 event_enable_debug_logging(ev_uint32_t which)
H A Devbuffer-internal.h75 ev_uint32_t flags;
135 ev_uint32_t flags;
H A Diocp-internal.h177 ev_uintptr_t key, ev_uint32_t n_bytes);
H A Dutil-internal.h278 ev_uint32_t seed;
292 ev_uint32_t evutil_weakrand_seed_(struct evutil_weakrand_state *state, ev_uint32_t seed);
H A Devutil.c611 ev_uint32_t addr = ntohl(sin->sin_addr.s_addr);
1840 const ev_uint32_t a = ntohl(in->s_addr);
2216 static const ev_uint32_t EVUTIL_ISALPHA_TABLE[8] =
2218 static const ev_uint32_t EVUTIL_ISALNUM_TABLE[8] =
2220 static const ev_uint32_t EVUTIL_ISSPACE_TABLE[8] = { 0x3e00, 0x1, 0, 0, 0, 0, 0, 0 };
2221 static const ev_uint32_t EVUTIL_ISXDIGIT_TABLE[8] =
2223 static const ev_uint32_t EVUTIL_ISDIGIT_TABLE[8] = { 0, 0x3ff0000, 0, 0, 0, 0, 0, 0 };
2224 static const ev_uint32_t EVUTIL_ISPRINT_TABLE[8] =
2226 static const ev_uint32_t EVUTIL_ISUPPER_TABLE[8] = { 0, 0, 0x7fffffe, 0, 0, 0, 0, 0 };
2227 static const ev_uint32_t EVUTIL_ISLOWER_TABL
[all...]
/freebsd-12-stable/contrib/libevent/
H A Dratelim-internal.h44 ev_uint32_t last_updated;
70 ev_uint32_t current_tick);
74 ev_uint32_t ev_token_bucket_get_tick_(const struct timeval *tv,
84 ev_uint32_t current_tick,
H A Devent_tagging.c96 int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
98 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
99 int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf);
141 encode_int_internal(ev_uint8_t *data, ev_uint32_t number)
153 evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number)
174 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
197 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)
199 ev_uint32_t number = 0;
245 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)
257 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t ta
[all...]
H A Devutil_rand.c99 ev_uint32_t u = arc4random();
106 *(ev_uint32_t*)b = arc4random();
111 ev_uint32_t u = arc4random();
129 #define ARC4RANDOM_UINT32 ev_uint32_t
H A Dlog-internal.h50 extern ev_uint32_t event_debug_logging_mask_;
53 ev_uint32_t event_debug_get_logging_mask_(void);
H A Dlog.c73 ev_uint32_t event_debug_logging_mask_ = DEFAULT_MASK;
75 static ev_uint32_t event_debug_logging_mask_ = DEFAULT_MASK;
76 ev_uint32_t
85 event_enable_debug_logging(ev_uint32_t which)
H A Devbuffer-internal.h75 ev_uint32_t flags;
135 ev_uint32_t flags;
H A Diocp-internal.h177 ev_uintptr_t key, ev_uint32_t n_bytes);
H A Dutil-internal.h278 ev_uint32_t seed;
292 ev_uint32_t evutil_weakrand_seed_(struct evutil_weakrand_state *state, ev_uint32_t seed);

Completed in 227 milliseconds

123