Home
last modified time | relevance | path

Searched refs:HTTP_EXPECTATIONFAILED (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/external/libevent/include/event2/
H A Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libevent/include/event2/
Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/aosp_15_r20/external/libevent/
H A Dhttp.c2264 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL); in evhttp_get_body()
/aosp_15_r20/external/libevent/test/
H A Dregress_http.c4033 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED); in http_expectation_failed_done()