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.cc936 CU_ASSERT("/" == http2::get_pure_path_component(StringRef::from_lit("/"))); in test_http2_get_pure_path_component()
939 http2::get_pure_path_component(StringRef::from_lit("/foo"))); in test_http2_get_pure_path_component()
941 CU_ASSERT("/bar" == http2::get_pure_path_component( in test_http2_get_pure_path_component()
944 CU_ASSERT("/alpha" == http2::get_pure_path_component(StringRef::from_lit( in test_http2_get_pure_path_component()
947 CU_ASSERT("/bravo" == http2::get_pure_path_component(StringRef::from_lit( in test_http2_get_pure_path_component()
951 http2::get_pure_path_component(StringRef::from_lit("\x01\x02"))); in test_http2_get_pure_path_component()
Dhttp2.h426 StringRef get_pure_path_component(const StringRef &uri);
Dshrpx_http2_upstream.cc2126 auto base = http2::get_pure_path_component(req.path); in prepare_push_promise()
2250 auto base = http2::get_pure_path_component(req.path); in initiate_push()
Dhttp2.cc1589 StringRef get_pure_path_component(const StringRef &uri) { in get_pure_path_component() function