Searched refs:IS_NUMBER_OR_ZERO (Results 1 – 1 of 1) sorted by relevance
461 #define IS_NUMBER_OR_ZERO \ macro474 { IS_NUMBER_OR_ZERO; cfg->var = atoi(val); }480 { IS_NUMBER_OR_ZERO; cfg->var = (unsigned)atoi(val); }483 { IS_NUMBER_OR_ZERO; cfg->var = (size_t)atoi(val); }662 { IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;} in config_set_option()664 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;} in config_set_option()666 { IS_NUMBER_OR_ZERO; cfg->min_negative_ttl = atoi(val); MIN_NEG_TTL=(time_t)cfg->min_negative_ttl;} in config_set_option()668 { IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;} in config_set_option()670 IS_NUMBER_OR_ZERO; cfg->infra_cache_min_rtt = atoi(val); in config_set_option()674 IS_NUMBER_OR_ZERO; cfg->infra_cache_max_rtt = atoi(val); in config_set_option()[all …]