Home
last modified time | relevance | path

Searched refs:make_string_ref_uint (Results 1 – 8 of 8) 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.cc275 CU_ASSERT("0" == util::make_string_ref_uint(balloc, 0)); in test_util_make_string_ref_uint()
276 CU_ASSERT("123" == util::make_string_ref_uint(balloc, 123)); in test_util_make_string_ref_uint()
278 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.cc930 util::make_string_ref_uint(stream->balloc, file_length)); in submit_file_response()
1138 util::make_string_ref_uint(stream->balloc, file_ent->length)); in prepare_status_response()
1165 util::make_string_ref_uint(stream->balloc, length)); in prepare_echo_response()
Dutil.h400 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) { in make_string_ref_uint() function
Dshrpx_client_handler.cc1512 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.cc1590 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()