Home
last modified time | relevance | path

Searched refs:make_string_ref_uint (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc145 auto content_length = util::make_string_ref_uint(balloc, buf.len); in send_reply()
446 util::make_string_ref_uint(balloc, config->config_revision), in handle_configrevision()
Dutil_test.cc270 CU_ASSERT("0" == util::make_string_ref_uint(balloc, 0)); in test_util_make_string_ref_uint()
271 CU_ASSERT("123" == util::make_string_ref_uint(balloc, 123)); in test_util_make_string_ref_uint()
273 util::make_string_ref_uint(balloc, 18446744073709551615ULL)); in test_util_make_string_ref_uint()
Dshrpx_mruby_module_response.cc243 auto content_length = util::make_string_ref_uint(balloc, vallen); in response_return()
DHttpServer.cc947 util::make_string_ref_uint(stream->balloc, file_length)); in submit_file_response()
1155 util::make_string_ref_uint(stream->balloc, file_ent->length)); in prepare_status_response()
1182 util::make_string_ref_uint(stream->balloc, length)); in prepare_echo_response()
Dutil.h459 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) { in make_string_ref_uint() function
Dshrpx_client_handler.cc1656 port_ = util::make_string_ref_uint(balloc_, src_port); in proxy_protocol_v2_read()
Dhttp2.cc246 return util::make_string_ref_uint(balloc, status_code); in stringify_status()
Dshrpx_http2_upstream.cc1600 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()
Dshrpx_http3_upstream.cc2695 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()