Searched refs:rewrite_clean_path (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | http2_test.cc | 912 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()
|
D | http2.h | 421 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
|
D | shrpx_https_upstream.cc | 315 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()
|
D | shrpx_http2_upstream.cc | 394 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()
|
D | http2.cc | 1897 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() function
|
D | shrpx_http2_session.cc | 2278 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()
|