Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Devhttp.h87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
Dhttp.c2252 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()
DChangeLog96 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
/external/chromium_org/third_party/libevent/test/
Dregress_http.c85 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()