Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/include/event2/
H A Dhttp.h109 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
/minix3/external/bsd/libevent/dist/sample/
H A Dhttp-server.c358 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port); in main()
/minix3/external/bsd/libevent/dist/test/
H A Dregress_rpc.c91 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
H A Dregress_http.c92 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
/minix3/external/bsd/libevent/dist/
H A Dhttp.c3093 evhttp_bind_socket_with_handle(http, address, port); in evhttp_bind_socket()
3100 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle() function