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

  /external/libevent/include/event2/
http_compat.h 61 struct evhttp *evhttp_start(const char *address, ev_uint16_t port);
71 const char *address, ev_uint16_t port);
http.h 100 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
248 void evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods);
523 struct event_base *base, struct evdns_base *dnsbase, struct bufferevent* bev, const char *address, ev_uint16_t port);
644 const char *address, ev_uint16_t port);
729 ev_uint16_t port);
763 char **address, ev_uint16_t *port);
    [all...]
http_struct.h 86 ev_uint16_t remote_port;
util.h 99 * <dt>ev_uint64_t, ev_uint32_t, ev_uint16_t, ev_uint8_t</dt>
155 #define ev_uint16_t uint16_t macro
158 #define ev_uint16_t unsigned short macro
161 #define ev_uint16_t unsigned int macro
164 #define ev_uint16_t unsigned short macro
167 #define ev_uint16_t ... macro
170 #error "No way to define ev_uint16_t"
248 #define EV_UINT16_MAX ((ev_uint16_t)0xffffUL)
dns.h 555 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
  /external/libevent/test/
regress_testutils.h 42 ev_uint16_t *portnum,
55 int regress_dnsserver(struct event_base *base, ev_uint16_t *port,
regress_rpc.c 77 http_setup(ev_uint16_t *pport)
80 ev_uint16_t port;
138 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase)
140 ev_uint16_t port;
187 ev_uint16_t port;
256 ev_uint16_t port;
309 rpc_pool_with_connection(ev_uint16_t port)
448 ev_uint16_t port;
534 ev_uint16_t port;
634 ev_uint16_t port
    [all...]
regress_testutils.c 94 ev_uint16_t *portnum,
217 regress_dnsserver(struct event_base *base, ev_uint16_t *port,
regress_http.c 90 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask)
111 *pport = (ev_uint16_t) port;
131 http_setup(ev_uint16_t *pport, struct event_base *base, int mask)
168 http_connect(const char *address, ev_uint16_t port)
462 ev_uint16_t port = 0, port2 = 0;
646 ev_uint16_t port=0, port2=0;
767 ev_uint16_t port = 0;
851 ev_uint16_t port = 0;
912 ev_uint16_t port = 0;
1018 ev_uint16_t port = 0
    [all...]
bench_http.c 93 ev_uint16_t port = 8080;
regress_dns.c 538 ev_uint16_t portnum = 0;
659 ev_uint16_t portnum = 0;
735 ev_uint16_t portnum = 0;
834 ev_uint16_t portnum1 = 0, portnum2=0;
909 ev_uint16_t portnum = 0;
973 ev_uint16_t portnum = 0;
1204 ev_uint16_t dns_port=0;
    [all...]
regress_util.c 694 ev_uint16_t u16;
    [all...]
  /external/libevent/
ipv6-internal.h 67 ev_uint16_t sin6_port;
http-internal.h 65 ev_uint16_t bind_port; /* local port for binding the src */
68 ev_uint16_t port;
165 ev_uint16_t allowed_methods;
evmap.c 60 ev_uint16_t nread;
61 ev_uint16_t nwrite;
62 ev_uint16_t nclose;
336 ctx->nread = (ev_uint16_t) nread;
337 ctx->nwrite = (ev_uint16_t) nwrite;
338 ctx->nclose = (ev_uint16_t) nclose;
bufferevent-internal.h 77 typedef ev_uint16_t bufferevent_suspend_flags;
evutil.c     [all...]
http.c 174 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
    [all...]
evdns.c 136 #define u16 ev_uint16_t
    [all...]
  /external/libevent/sample/
http-server.c 336 ev_uint16_t port = 0;

Completed in 526 milliseconds