Lines Matching refs:IS_NUMBER_OR_ZERO
461 #define IS_NUMBER_OR_ZERO \ macro
474 { 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()
751 …{ IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expi… in config_set_option()
756 …{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg… in config_set_option()
848 IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val); in config_set_option()
852 IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val); in config_set_option()
856 IS_NUMBER_OR_ZERO; cfg->ratelimit = atoi(val); in config_set_option()
883 { IS_NUMBER_OR_ZERO; cfg->ipsecmod_max_ttl = atoi(val); } in config_set_option()
897 { IS_NUMBER_OR_ZERO; cfg->val_sig_skew_min = (int32_t)atoi(val); } in config_set_option()
899 { IS_NUMBER_OR_ZERO; cfg->val_sig_skew_max = (int32_t)atoi(val); } in config_set_option()
901 { IS_NUMBER_OR_ZERO; cfg->val_max_restart = (int32_t)atoi(val); } in config_set_option()