Home
last modified time | relevance | path

Searched refs:rewrite_clean_path (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc912 http2::rewrite_clean_path(balloc, in test_http2_rewrite_clean_path()
916 CU_ASSERT("/delta%3A" == http2::rewrite_clean_path( in test_http2_rewrite_clean_path()
922 http2::rewrite_clean_path( in test_http2_rewrite_clean_path()
926 http2::rewrite_clean_path(balloc, StringRef::from_lit("alpha%3a"))); in test_http2_rewrite_clean_path()
928 CU_ASSERT("" == http2::rewrite_clean_path(balloc, StringRef{})); in test_http2_rewrite_clean_path()
932 http2::rewrite_clean_path(balloc, StringRef::from_lit("//alpha?bravo"))); in test_http2_rewrite_clean_path()
Dhttp2.h421 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
Dshrpx_https_upstream.cc315 req.path = http2::rewrite_clean_path(balloc, path); in rewrite_request_host_path_from_uri()
417 req.path = http2::rewrite_clean_path(balloc, req.path); in htp_hdrs_completecb()
Dshrpx_http2_upstream.cc394 req.path = http2::rewrite_clean_path(downstream->get_block_allocator(), in on_request_headers()
750 req.path = http2::rewrite_clean_path(promised_balloc, value); in on_frame_send_callback()
Dhttp2.cc1897 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() function
Dshrpx_http2_session.cc2278 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()