Home
last modified time | relevance | path

Searched refs:nxt_conf_get_number (Results 1 – 7 of 7) sorted by relevance

/unit/src/test/
H A Dnxt_clone_test.c591 map->map[i].host = nxt_conf_get_number(value); in nxt_clone_test_parse_map()
594 map->map[i].container = nxt_conf_get_number(value); in nxt_clone_test_parse_map()
597 map->map[i].size = nxt_conf_get_number(value); in nxt_clone_test_parse_map()
/unit/src/
H A Dnxt_upstream_round_robin.c69 w = (wtcf != NULL) ? nxt_conf_get_number(wtcf) : 1; in nxt_upstream_round_robin_create()
108 w = (wtcf != NULL) ? k * nxt_conf_get_number(wtcf) : k; in nxt_upstream_round_robin_create()
H A Dnxt_conf.h125 NXT_EXPORT double nxt_conf_get_number(nxt_conf_value_t *value);
H A Dnxt_http_return.c52 conf->status = nxt_conf_get_number(acf->ret); in nxt_http_return_init()
H A Dnxt_conf_validation.c539 cache_size = nxt_conf_get_number(value); in nxt_conf_vldt_tls_cache_size()
556 timeout = nxt_conf_get_number(value); in nxt_conf_vldt_tls_timeout()
1898 status = nxt_conf_get_number(value); in nxt_conf_vldt_return()
2074 threads = nxt_conf_get_number(value); in nxt_conf_vldt_threads()
2096 size = nxt_conf_get_number(value); in nxt_conf_vldt_thread_stack_size()
2851 int_value = nxt_conf_get_number(value); in nxt_conf_vldt_processes()
3319 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
H A Dnxt_conf.c234 nxt_conf_get_number(nxt_conf_value_t *value) in nxt_conf_get_number() function
H A Dnxt_router.c2058 tls_init->cache_size = nxt_conf_get_number(value); in nxt_router_conf_create()
2063 tls_init->timeout = nxt_conf_get_number(value); in nxt_router_conf_create()