HomeSort by relevance Sort by last modified time
    Searched refs:evhttp_bind_socket (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/
evhttp.h 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
103 * @see evhttp_free(), evhttp_bind_socket()
http.c 2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) function
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 85 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 302 milliseconds