Searched refs:to_int (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c294 int (*to_int)(const CONF *, char) = &default_to_int;
309 if (conf->meth->to_int != NULL)
310 to_int = conf->meth->to_int;
313 const int d = to_int(conf, *str);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dconf.h46 int (*to_int) (const CONF *conf, char c); member in struct:conf_method_st
/freebsd-12-stable/lib/libiconv_modules/UES/
H A Dcitrus_ues.c101 to_int(int ch) function
247 num = to_int((int)(unsigned char)psenc->ch[head]);

Completed in 121 milliseconds