Home
last modified time | relevance | path

Searched refs:evhttp_bind_socket (Results 1 – 2 of 2) sorted by relevance

/external/libevent/include/event2/
Dhttp.h94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/external/libevent/
Dhttp.c3087 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function
3246 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()