/aosp_15_r20/external/libevent/test/ |
H A D | bench_http.c | 184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
|
/aosp_15_r20/external/cronet/third_party/libevent/test/ |
H A D | regress_http.c | 86 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
|
/aosp_15_r20/external/libevent/include/event2/ |
H A D | http.h | 101 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/ |
D | http.h | 101 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/ |
D | http.h | 101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
|
/aosp_15_r20/external/cronet/third_party/libevent/ |
H A D | ChangeLog | 11 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 D | http.c | 3549 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()
|