Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2_test.cc1075 http2::rewrite_clean_path(balloc, in test_http2_rewrite_clean_path()
1079 CU_ASSERT("/delta%3A" == http2::rewrite_clean_path( in test_http2_rewrite_clean_path()
1085 http2::rewrite_clean_path( in test_http2_rewrite_clean_path()
1089 http2::rewrite_clean_path(balloc, StringRef::from_lit("alpha%3a"))); in test_http2_rewrite_clean_path()
1091 CU_ASSERT("" == http2::rewrite_clean_path(balloc, StringRef{})); in test_http2_rewrite_clean_path()
1095 http2::rewrite_clean_path(balloc, StringRef::from_lit("//alpha?bravo"))); in test_http2_rewrite_clean_path()
Dhttp2.h415 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
Dshrpx_https_upstream.cc328 req.path = http2::rewrite_clean_path(balloc, path); in rewrite_request_host_path_from_uri()
434 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()
758 req.path = http2::rewrite_clean_path(promised_balloc, value); in on_frame_send_callback()
Dhttp2.cc1892 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() function
Dshrpx_http2_session.cc2294 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()
Dshrpx_http3_upstream.cc2265 req.path = http2::rewrite_clean_path(downstream->get_block_allocator(), in http_end_request_headers()