Searched refs:utos_unit (Results 1 – 5 of 5) sorted by relevance
282 CU_ASSERT("0" == util::utos_unit(0)); in test_util_utos_unit()283 CU_ASSERT("1023" == util::utos_unit(1023)); in test_util_utos_unit()284 CU_ASSERT("1K" == util::utos_unit(1024)); in test_util_utos_unit()285 CU_ASSERT("1K" == util::utos_unit(1025)); in test_util_utos_unit()286 CU_ASSERT("1M" == util::utos_unit(1 << 20)); in test_util_utos_unit()287 CU_ASSERT("1G" == util::utos_unit(1 << 30)); in test_util_utos_unit()288 CU_ASSERT("1024G" == util::utos_unit(1LL << 40)); in test_util_utos_unit()
2035 << util::utos_unit(config->conn.downstream->request_buffer_size) << R"( in print_help()2039 << util::utos_unit(config->conn.downstream->response_buffer_size) << R"( in print_help()2383 << util::utos_unit(config->tls.dyn_rec.warmup_threshold) << R"( in print_help()2448 << util::utos_unit(config->tls.max_early_data) << R"( in print_help()2525 << util::utos_unit(config->http2.upstream.encoder_dynamic_table_size) in print_help()2531 << util::utos_unit(config->http2.upstream.decoder_dynamic_table_size) in print_help()2540 << util::utos_unit(config->http2.downstream.encoder_dynamic_table_size) in print_help()2546 << util::utos_unit(config->http2.downstream.decoder_dynamic_table_size) in print_help()2732 << util::utos_unit(config->http.request_header_field_buffer) << R"( in print_help()2745 << util::utos_unit(config->http.response_header_field_buffer) << R"( in print_help()[all …]
408 template <typename T> std::string utos_unit(T n) { in utos_unit() function
1972 << util::utos_unit(config.header_table_size) << R"( in print_help()1979 << util::utos_unit(config.encoder_header_table_size) << R"( in print_help()
2227 << util::utos_unit(req->response_len) << " " in print_stats()