Home
last modified time | relevance | path

Searched refs:get_pure_path_component (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc1099 CU_ASSERT("/" == http2::get_pure_path_component(StringRef::from_lit("/"))); in test_http2_get_pure_path_component()
1102 http2::get_pure_path_component(StringRef::from_lit("/foo"))); in test_http2_get_pure_path_component()
1104 CU_ASSERT("/bar" == http2::get_pure_path_component( in test_http2_get_pure_path_component()
1107 CU_ASSERT("/alpha" == http2::get_pure_path_component(StringRef::from_lit( in test_http2_get_pure_path_component()
1110 CU_ASSERT("/bravo" == http2::get_pure_path_component(StringRef::from_lit( in test_http2_get_pure_path_component()
1114 http2::get_pure_path_component(StringRef::from_lit("\x01\x02"))); in test_http2_get_pure_path_component()
Dhttp2.h420 StringRef get_pure_path_component(const StringRef &uri);
Dshrpx_http2_upstream.cc2144 auto base = http2::get_pure_path_component(req.path); in prepare_push_promise()
2268 auto base = http2::get_pure_path_component(req.path); in initiate_push()
Dhttp2.cc1578 StringRef get_pure_path_component(const StringRef &uri) { in get_pure_path_component() function