Searched refs:ev_uint32_t (Results 1 – 17 of 17) sorted by relevance
/external/libevent/include/event2/ |
D | tag.h | 68 int evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag); 70 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data, 71 ev_uint32_t len); 72 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag, 85 void evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number); 88 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, 89 ev_uint32_t integer); 90 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag, 93 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, 96 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, [all …]
|
D | util.h | 126 #define ev_uint32_t uint32_t macro 129 #define ev_uint32_t unsigned int 132 #define ev_uint32_t unsigned long 135 #define ev_uint32_t unsigned int 138 #define ev_uint32_t ... 178 #define ev_uintptr_t ev_uint32_t 221 #define EV_UINT32_MAX ((ev_uint32_t)0xffffffffUL)
|
D | buffer.h | 737 struct evbuffer_cb_entry *cb, ev_uint32_t flags); 747 struct evbuffer_cb_entry *cb, ev_uint32_t flags);
|
D | event.h | 1081 ev_uint32_t event_get_version_number(void);
|
/external/libevent/ |
D | event_tagging.c | 94 int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf); 96 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag); 97 int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf); 139 encode_int_internal(ev_uint8_t *data, ev_uint32_t number) in encode_int_internal() 151 evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number) in evtag_encode_int() 172 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) in evtag_encode_tag() 195 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain) in decode_tag_internal() 197 ev_uint32_t number = 0; in decode_tag_internal() 236 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf) in evtag_decode_tag() 248 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() [all …]
|
D | ratelim-internal.h | 44 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,
|
D | evutil_rand.c | 90 ev_uint32_t u = arc4random(); in ev_arc4random_buf() 97 *(ev_uint32_t*)b = arc4random(); in ev_arc4random_buf() 102 ev_uint32_t u = arc4random(); in ev_arc4random_buf() 120 #define ARC4RANDOM_UINT32 ev_uint32_t
|
D | evbuffer-internal.h | 73 ev_uint32_t flags; 133 ev_uint32_t flags;
|
D | evutil.c | 590 ev_uint32_t addr = ntohl(sin_out.sin_addr.s_addr); in evutil_check_interfaces() 1594 const ev_uint32_t a = ntohl(in->s_addr); in evutil_inet_ntop() 1970 static const ev_uint32_t EVUTIL_ISALPHA_TABLE[8] = 1972 static const ev_uint32_t EVUTIL_ISALNUM_TABLE[8] = 1974 static const ev_uint32_t EVUTIL_ISSPACE_TABLE[8] = { 0x3e00, 0x1, 0, 0, 0, 0, 0, 0 }; 1975 static const ev_uint32_t EVUTIL_ISXDIGIT_TABLE[8] = 1977 static const ev_uint32_t EVUTIL_ISDIGIT_TABLE[8] = { 0, 0x3ff0000, 0, 0, 0, 0, 0, 0 }; 1978 static const ev_uint32_t EVUTIL_ISPRINT_TABLE[8] = 1980 static const ev_uint32_t EVUTIL_ISUPPER_TABLE[8] = { 0, 0, 0x7fffffe, 0, 0, 0, 0, 0 }; 1981 static const ev_uint32_t EVUTIL_ISLOWER_TABLE[8] = { 0, 0, 0, 0x7fffffe, 0, 0, 0, 0 };
|
D | bufferevent_ratelim.c | 51 ev_uint32_t current_tick, in ev_token_bucket_init() 75 ev_uint32_t current_tick) in ev_token_bucket_update() 125 ev_uint32_t 567 ev_uint32_t tick; in bufferevent_set_rate_limit() 643 ev_uint32_t tick; in bufferevent_rate_limit_group_new()
|
D | iocp-internal.h | 177 ev_uintptr_t key, ev_uint32_t n_bytes);
|
D | event_iocp.c | 277 ev_uintptr_t key, ev_uint32_t n) in event_iocp_activate_overlapped()
|
D | buffer.c | 368 buf->flags |= (ev_uint32_t)flags; in evbuffer_set_flags() 377 buf->flags &= ~(ev_uint32_t)flags; in evbuffer_clear_flags() 447 ev_uint32_t mask, masked_val; in evbuffer_run_callbacks() 3005 struct evbuffer_cb_entry *cb, ev_uint32_t flags) in evbuffer_cb_set_flags() 3017 struct evbuffer_cb_entry *cb, ev_uint32_t flags) in evbuffer_cb_clear_flags()
|
D | bufferevent_openssl.c | 307 ev_uint32_t errors[NUM_ERRORS]; 369 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err; in put_error()
|
D | event.c | 1274 ev_uint32_t usec_mask = 0; in event_persist_closure() 2640 ev_uint32_t
|
D | evdns.c | 137 #define u32 ev_uint32_t 4143 ev_uint32_t type;
|
D | ChangeLog | 989 o Replace some cases of uint32_t with ev_uint32_t. (a47d88d)
|