Searched refs:make_string_ref_uint (Results 1 – 9 of 9) 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 | 270 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()
|
| D | shrpx_mruby_module_response.cc | 243 auto content_length = util::make_string_ref_uint(balloc, vallen); in response_return()
|
| D | HttpServer.cc | 947 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()
|
| D | util.h | 459 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) { in make_string_ref_uint() function
|
| D | shrpx_client_handler.cc | 1656 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 | 1600 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()
|
| D | shrpx_http3_upstream.cc | 2695 auto content_length = util::make_string_ref_uint(balloc, html.size()); in error_reply()
|