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

  /external/libevent/include/event2/
http.h 114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
182 * If you created this bound socket with evhttp_bind_socket_with_handle or
191 * @see evhttp_bind_socket_with_handle(), evhttp_accept_socket_with_handle()
201 * @see evhttp_bind_socket_with_handle(), evhttp_accept_socket_with_handle()
    [all...]
  /external/libevent/sample/
http-server.c 370 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port);
  /external/libevent/test/
regress_rpc.c 88 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0);
regress_http.c 97 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport);
99 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport);
    [all...]
  /external/libevent/
http.c 3502 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) function
    [all...]

Completed in 91 milliseconds