X509_STORE        647 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist);
X509_STORE       2159 ext/openssl/openssl.c static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose)
X509_STORE       2185 ext/openssl/openssl.c 	X509_STORE * cainfo = NULL;
X509_STORE       2240 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist)
X509_STORE       2242 ext/openssl/openssl.c 	X509_STORE *store;
X509_STORE       4081 ext/openssl/openssl.c 	X509_STORE * store = NULL;
X509_STORE        755 ext/openssl/xp_ssl.c static long load_stream_cafile(X509_STORE *cert_store, const char *cafile) /* {{{ */