Lines Matching defs:balloc

112   auto &balloc = http->get_downstream()->get_block_allocator();
115 http2_settings = util::to_base64(balloc, http2_settings);
117 auto settings_payload = base64::decode(balloc, std::begin(http2_settings),
1523 auto &balloc = downstream->get_block_allocator();
1530 auto response_status = http2::stringify_status(balloc, resp.http_status);
1584 auto &balloc = downstream->get_block_allocator();
1586 auto html = http::create_error_html(balloc, status_code);
1599 auto response_status = http2::stringify_status(balloc, status_code);
1600 auto content_length = util::make_string_ref_uint(balloc, html.size());
1601 auto date = make_string_ref(balloc, lgconf->tstamp->time_http);
1656 auto &balloc = downstream->get_block_allocator();
1745 auto response_status = http2::stringify_status(balloc, resp.http_status);
1774 response_status = http2::stringify_status(balloc, 200);
1777 response_status = http2::stringify_status(balloc, resp.http_status);
1804 balloc, cookieconf.name, affinity_cookie, cookieconf.path, secure);
1830 auto iov = make_byte_ref(balloc, len + 1);
1984 auto &balloc = downstream->get_block_allocator();
1990 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority,
1993 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority,
2149 auto &balloc = downstream->get_block_allocator();
2158 rv = http2::construct_push_component(balloc, scheme, authority, path,
2273 auto &balloc = downstream->get_block_allocator();
2277 rv = http2::construct_push_component(balloc, scheme, authority, path, base,