Lines Matching defs:authority
480 nghttp2_rcbuf_decref(rcbuf.authority);
1016 auto authority = stream->header.authority;
1018 if (authority.empty()) {
1019 authority = stream->header.host;
1028 http2::make_nv_ls_nocopy(":authority", authority));
1044 promised_header.authority =
1045 make_string_ref(promised_stream->balloc, authority);
1215 auto authority = stream->header.authority;
1216 if (authority.empty()) {
1217 authority = stream->header.host;
1221 stream->balloc, scheme, StringRef::from_lit("://"), authority, path);
1452 header.authority = StringRef{valuebuf.base, valuebuf.len};
1453 header.rcbuf.authority = value;