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.cc2634 << util::utos_unit(config->conn.downstream->request_buffer_size) << R"( in print_help()
2638 << util::utos_unit(config->conn.downstream->response_buffer_size) << R"( in print_help()
2986 << util::utos_unit(config->tls.dyn_rec.warmup_threshold) << R"( in print_help()
3052 << util::utos_unit(config->tls.max_early_data) << R"( in print_help()
3131 << util::utos_unit(config->http2.upstream.encoder_dynamic_table_size) in print_help()
3137 << util::utos_unit(config->http2.upstream.decoder_dynamic_table_size) in print_help()
3146 << util::utos_unit(config->http2.downstream.encoder_dynamic_table_size) in print_help()
3152 << util::utos_unit(config->http2.downstream.decoder_dynamic_table_size) in print_help()
3343 << util::utos_unit(config->http.request_header_field_buffer) << R"( in print_help()
3356 << util::utos_unit(config->http.response_header_field_buffer) << R"( in print_help()
[all …]
Dh2load.cc2152 << util::utos_unit(config.max_frame_size) << R"( in print_help()
2272 << util::utos_unit(config.header_table_size) << R"( in print_help()
2279 << util::utos_unit(config.encoder_header_table_size) << R"( in print_help()
Dutil.h467 template <typename T> std::string utos_unit(T n) { in utos_unit() function
Dnghttp.cc2249 << util::utos_unit(req->response_len) << " " in print_stats()