Home
last modified time | relevance | path

Searched refs:to_int (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/conf/
A Dconf_lib.c336 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local
351 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()
/openssl-master/include/openssl/
A Dconftypes.h30 int (*to_int) (const CONF *conf, char c); member

Completed in 3 milliseconds