Lines Matching refs:authority
323 http2::lookup_token(StringRef::from_lit(":authority")));
1120 StringRef scheme, authority, path;
1125 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority,
1128 CU_ASSERT("example.org" == authority);
1132 authority = StringRef{};
1137 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority,
1140 CU_ASSERT("" == authority);
1144 authority = StringRef{};
1149 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority,
1152 CU_ASSERT("" == authority);
1156 authority = StringRef{};
1161 CU_ASSERT(-1 == http2::construct_push_component(balloc, scheme, authority,
1164 authority = StringRef{};
1169 CU_ASSERT(0 == http2::construct_push_component(balloc, scheme, authority,
1172 CU_ASSERT("" == authority);