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

  /external/libevent/include/event2/
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...]
util.h 89 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
126 #define ev_uint32_t uint32_t macro
129 #define ev_uint32_t unsigned int macro
132 #define ev_uint32_t unsigned long macro
135 #define ev_uint32_t unsigned int macro
138 #define ev_uint32_t ... macro
141 #error "No way to define ev_uint32_t"
178 #define ev_uintptr_t ev_uint32_t
221 #define EV_UINT32_MAX ((ev_uint32_t)0xffffffffUL)
buffer.h 737 struct evbuffer_cb_entry *cb, ev_uint32_t flags);
747 struct evbuffer_cb_entry *cb, ev_uint32_t flags);
event.h     [all...]
  /external/libevent/
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,
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)
151 evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number)
172 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
195 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)
197 ev_uint32_t number = 0;
236 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)
248 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag
    [all...]
evutil_rand.c 90 ev_uint32_t u = arc4random();
97 *(ev_uint32_t*)b = arc4random();
102 ev_uint32_t u = arc4random();
120 #define ARC4RANDOM_UINT32 ev_uint32_t
evbuffer-internal.h 73 ev_uint32_t flags;
133 ev_uint32_t flags;
iocp-internal.h 177 ev_uintptr_t key, ev_uint32_t n_bytes);
evutil.c 590 ev_uint32_t addr = ntohl(sin_out.sin_addr.s_addr);
    [all...]
bufferevent_ratelim.c 51 ev_uint32_t current_tick,
75 ev_uint32_t current_tick)
125 ev_uint32_t
567 ev_uint32_t tick;
643 ev_uint32_t tick;
event_iocp.c 277 ev_uintptr_t key, ev_uint32_t n)
bufferevent_openssl.c 307 ev_uint32_t errors[NUM_ERRORS];
369 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err;
    [all...]
buffer.c 368 buf->flags |= (ev_uint32_t)flags;
377 buf->flags &= ~(ev_uint32_t)flags;
447 ev_uint32_t mask, masked_val;
    [all...]
event.c     [all...]
evdns.c 137 #define u32 ev_uint32_t
    [all...]

Completed in 160 milliseconds