load_all_certs_from_file  648 ext/openssl/openssl.c static STACK_OF(X509) * load_all_certs_from_file(char *certfile);
load_all_certs_from_file 2105 ext/openssl/openssl.c static STACK_OF(X509) * load_all_certs_from_file(char *certfile)
load_all_certs_from_file 2201 ext/openssl/openssl.c 		untrustedchain = load_all_certs_from_file(untrusted);
load_all_certs_from_file 4106 ext/openssl/openssl.c 		others = load_all_certs_from_file(extracerts);
load_all_certs_from_file 4348 ext/openssl/openssl.c 		others = load_all_certs_from_file(extracertsfilename);