Searched refs:to_int (Results 1 – 2 of 2) sorted by relevance
336 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local351 if (conf->meth->to_int != NULL) in NCONF_get_number_e()352 to_int = conf->meth->to_int; in NCONF_get_number_e()355 const int d = to_int(conf, *str); in NCONF_get_number_e()
30 int (*to_int) (const CONF *conf, char c); member
Completed in 3 milliseconds