Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libevent/test/
H A Dbench_http.c184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/aosp_15_r20/external/cronet/third_party/libevent/test/
H A Dregress_http.c86 if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) { in http_setup()
321 if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) { in http_basic_test()
467 if (evhttp_bind_socket(http, "127.0.0.1", port + 1) == -1) { in http_bad_request()
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/external/libevent/include/event2/
H A Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libevent/include/event2/
Dhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
/aosp_15_r20/external/cronet/third_party/libevent/
H A DChangeLog11 o Backport doc fix for evhttp_bind_socket. (95b71d0 Marco)
148 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server.
/aosp_15_r20/external/libevent/
H A Dhttp.c3549 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket() function
3722 if (evhttp_bind_socket(http, address, port) == -1) { in evhttp_start()

123