Searched refs:evhttp_bind_socket_with_handle (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/libevent/dist/include/event2/ |
H A D | http.h | 109 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
|
/minix3/external/bsd/libevent/dist/sample/ |
H A D | http-server.c | 358 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port); in main()
|
/minix3/external/bsd/libevent/dist/test/ |
H A D | regress_rpc.c | 91 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0); in http_setup()
|
H A D | regress_http.c | 92 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport); in http_bind()
|
/minix3/external/bsd/libevent/dist/ |
H A D | http.c | 3093 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
|