Home
last modified time | relevance | path

Searched refs:evhttp_bind_socket_with_handle (Results 1 – 5 of 5) sorted by relevance

/external/libevent/include/event2/
Dhttp.h115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/external/libevent/sample/
Dhttp-server.c546 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", o.port); in main()
/external/libevent/test/
Dregress_rpc.c87 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
Dregress_http.c100 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport); in http_bind()
102 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/external/libevent/
Dhttp.c3552 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3559 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function