Home
last modified time | relevance | path

Searched refs:utos_unit (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil_test.cc277 CU_ASSERT("0" == util::utos_unit(0)); in test_util_utos_unit()
278 CU_ASSERT("1023" == util::utos_unit(1023)); in test_util_utos_unit()
279 CU_ASSERT("1K" == util::utos_unit(1024)); in test_util_utos_unit()
280 CU_ASSERT("1K" == util::utos_unit(1025)); in test_util_utos_unit()
281 CU_ASSERT("1M" == util::utos_unit(1 << 20)); in test_util_utos_unit()
282 CU_ASSERT("1G" == util::utos_unit(1 << 30)); in test_util_utos_unit()
283 CU_ASSERT("1024G" == util::utos_unit(1LL << 40)); in test_util_utos_unit()
Dshrpx.cc2509 << util::utos_unit(config->conn.downstream->request_buffer_size) << R"( in print_help()
2513 << util::utos_unit(config->conn.downstream->response_buffer_size) << R"( in print_help()
2861 << util::utos_unit(config->tls.dyn_rec.warmup_threshold) << R"( in print_help()
2927 << util::utos_unit(config->tls.max_early_data) << R"( in print_help()
3006 << util::utos_unit(config->http2.upstream.encoder_dynamic_table_size) in print_help()
3012 << util::utos_unit(config->http2.upstream.decoder_dynamic_table_size) in print_help()
3021 << util::utos_unit(config->http2.downstream.encoder_dynamic_table_size) in print_help()
3027 << util::utos_unit(config->http2.downstream.decoder_dynamic_table_size) in print_help()
3218 << util::utos_unit(config->http.request_header_field_buffer) << R"( in print_help()
3231 << util::utos_unit(config->http.response_header_field_buffer) << R"( in print_help()
[all …]
Dh2load.cc2140 << util::utos_unit(config.max_frame_size) << R"( in print_help()
2260 << util::utos_unit(config.header_table_size) << R"( in print_help()
2267 << util::utos_unit(config.encoder_header_table_size) << R"( in print_help()
Dutil.h463 template <typename T> std::string utos_unit(T n) { in utos_unit() function
Dnghttp.cc2250 << util::utos_unit(req->response_len) << " " in print_stats()