Home
last modified time | relevance | path

Searched refs:num_value (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_conf_validation.c3317 double num_value; in nxt_conf_vldt_server_weight() local
3319 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3321 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3326 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()