Searched refs:evhttp_bind_socket (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libevent/
H A Devhttp.h87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
103 * @see evhttp_free(), evhttp_bind_socket()
H A Dhttp.c2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) function
2342 if (evhttp_bind_socket(http, address, port) == -1) {
/external/chromium_org/third_party/libevent/
H A Devhttp.h87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
103 * @see evhttp_free(), evhttp_bind_socket()
H A Dhttp.c2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) function
2342 if (evhttp_bind_socket(http, address, port) == -1) {
/external/chromium/third_party/libevent/test/
H A Dregress_http.c85 if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) {
319 if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) {
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c85 if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) {
319 if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) {

Completed in 40 milliseconds