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

1 2

  /external/libevent/include/event2/
tag.h 72 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 tag
    [all...]
util.h 99 * <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)
buffer.h     [all...]
event.h 778 void event_enable_debug_logging(ev_uint32_t which);
    [all...]
  /external/libevent/test/
regress.gen.h 60 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...]
regress.gen.c 317 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 value
    [all...]
regress_util.c 70 ev_uint32_t res;
84 ev_uint32_t res[4];
181 ev_uint32_t u =
182 ((ev_uint32_t)in6.s6_addr[j*4 ] << 24) |
183 ((ev_uint32_t)in6.s6_addr[j*4+1] << 16) |
184 ((ev_uint32_t)in6.s6_addr[j*4+2] << 8) |
185 ((ev_uint32_t)in6.s6_addr[j*4+3]);
692 ev_uint32_t u32;
    [all...]
regress_rpc.c 742 ev_uint32_t tag;
829 ev_uint32_t short_number;
864 ev_uint32_t res;
regress_dns.c 575 tt_int_op(((ev_uint32_t*)r[0].addrs)[0], ==, htonl(0x0b16212c));
578 tt_int_op(((ev_uint32_t*)r[1].addrs)[0], ==, htonl(0xc8640064));
763 tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0x10204080));
792 tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0x10204080));
866 tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0xf00ff00f));
941 tt_int_op(((ev_uint32_t*)r[i].addrs)[0], ==, htonl(0xf00ff00f));
    [all...]
regress.c     [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 96 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 tag
    [all...]
evutil_rand.c 99 ev_uint32_t u = arc4random();
106 *(ev_uint32_t*)b = arc4random();
111 ev_uint32_t u = arc4random();
129 #define ARC4RANDOM_UINT32 ev_uint32_t
log-internal.h 50 extern ev_uint32_t event_debug_logging_mask_;
53 ev_uint32_t event_debug_get_logging_mask_(void);
log.c 73 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)
evbuffer-internal.h 75 ev_uint32_t flags;
135 ev_uint32_t flags;
iocp-internal.h 177 ev_uintptr_t key, ev_uint32_t n_bytes);
util-internal.h 278 ev_uint32_t seed;
292 ev_uint32_t evutil_weakrand_seed_(struct evutil_weakrand_state *state, ev_uint32_t seed);
evutil.c 615 ev_uint32_t addr = ntohl(sin->sin_addr.s_addr);
    [all...]
bufferevent_ratelim.c 52 ev_uint32_t current_tick,
76 ev_uint32_t current_tick)
126 ev_uint32_t
568 ev_uint32_t tick;
644 ev_uint32_t tick;
667 (ev_uint32_t) ((now.tv_sec + now.tv_usec) + (ev_intptr_t)g));
event_iocp.c 278 ev_uintptr_t key, ev_uint32_t n)
bufferevent_openssl.c 311 ev_uint32_t errors[NUM_ERRORS];
375 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err;
    [all...]
buffer.c 380 buf->flags |= (ev_uint32_t)flags;
389 buf->flags &= ~(ev_uint32_t)flags;
460 ev_uint32_t mask, masked_val;
    [all...]
evdns.c 135 #define u32 ev_uint32_t
    [all...]
  /external/libevent/sample/
dns-example.c 42 #define u32 ev_uint32_t

Completed in 366 milliseconds

1 2