Searched refs:rewrite_clean_path (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
D | http2_test.cc | 1075 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()
|
D | http2.h | 415 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
|
D | shrpx_https_upstream.cc | 328 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()
|
D | shrpx_http2_upstream.cc | 394 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()
|
D | http2.cc | 1892 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() function
|
D | shrpx_http2_session.cc | 2294 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()
|
D | shrpx_http3_upstream.cc | 2265 req.path = http2::rewrite_clean_path(downstream->get_block_allocator(), in http_end_request_headers()
|