Searched refs:evhttp_bind_socket (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libevent/ |
D | evhttp.h | 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
|
D | http.c | 2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) in evhttp_bind_socket() function 2342 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()
|
D | ChangeLog | 96 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
|
/external/chromium_org/third_party/libevent/test/ |
D | regress_http.c | 85 if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) { in http_setup() 319 if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) { in http_basic_test()
|