Home
last modified time | relevance | path

Searched refs:relq (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc830 auto relq = StringRef::from_lit("q"); in test_http2_parse_link_header() local
831 CU_ASSERT("/?q" == http2::path_join(base, StringRef{}, rel, relq)); in test_http2_parse_link_header()
837 auto relq = StringRef::from_lit("q"); in test_http2_parse_link_header() local
838 CU_ASSERT("/alpha?q" == http2::path_join(base, StringRef{}, rel, relq)); in test_http2_parse_link_header()
845 auto relq = StringRef{}; in test_http2_parse_link_header()
846 CU_ASSERT("/alpha?r" == http2::path_join(base, baseq, rel, relq)); in test_http2_parse_link_header()
872 auto relq = StringRef::from_lit("charlie"); in test_http2_parse_link_header() local
874 http2::path_join(base, baseq, rel, relq)); in test_http2_parse_link_header()
Dhttp2.cc1610 StringRef rel, relq; in construct_push_component() local
1631 relq = StringRef{q + 1, std::end(uri)}; in construct_push_component()
1666 relq = StringRef{uri.c_str() + f.off, f.len}; in construct_push_component()
1670 path = http2::path_join(balloc, base, StringRef{}, rel, relq); in construct_push_component()