OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_bind_socket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/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_org/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 464 milliseconds