Searched refs:make_string_ref_uint (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_api_downstream_connection.cc | 145 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()
|
D | util_test.cc | 275 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()
|
D | shrpx_mruby_module_response.cc | 243 auto content_length = util::make_string_ref_uint(balloc, vallen); in response_return()
|
D | HttpServer.cc | 930 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()
|
D | util.h | 400 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) { in make_string_ref_uint() function
|
D | shrpx_client_handler.cc | 1512 port_ = util::make_string_ref_uint(balloc_, src_port); in proxy_protocol_v2_read()
|
D | http2.cc | 246 return util::make_string_ref_uint(balloc, status_code); in stringify_status()
|
D | shrpx_http2_upstream.cc | 1590 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()
|