Searched defs:to_int (Results 1 – 4 of 4) sorted by relevance
30 int (*to_int) (const CONF *conf, char c); member
98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() function
100 to_int(int ch) in to_int() function
336 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local