Searched refs:evhttp_uri_get_scheme (Results 1 – 25 of 65) sorted by relevance
123
/aosp_15_r20/external/libevent/test/ |
H A D | regress_http.c | 2618 tt_want(!strcmp(evhttp_uri_get_scheme(uri), "mailto")); in http_parse_uri_test() 2666 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2677 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2688 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2699 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2710 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2721 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2732 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2743 tt_want(strcmp(evhttp_uri_get_scheme(uri), "http") == 0); in http_parse_uri_test() 2754 tt_want(strcmp(evhttp_uri_get_scheme(uri), "ftp") == 0); in http_parse_uri_test() [all …]
|
/aosp_15_r20/external/libevent/sample/ |
H A D | https-client.c | 311 scheme = evhttp_uri_get_scheme(http_uri); in main()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/external/libevent/include/event2/ |
H A D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libevent/include/event2/ |
D | http.h | 1039 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
|
/aosp_15_r20/external/libevent/ |
H A D | http.c | 1887 scheme = evhttp_uri_get_scheme(req->uri_elems); in evhttp_parse_request_line() 5012 evhttp_uri_get_scheme(const struct evhttp_uri *uri) in evhttp_uri_get_scheme() function
|
/aosp_15_r20/out/soong/.intermediates/external/libevent/libevent/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libevent.so.toc | 257 252: FUNC GLOBAL DEFAULT 15 evhttp_uri_get_scheme
|
123