X509_STORE        622 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist TSRMLS_DC);
X509_STORE       2128 ext/openssl/openssl.c static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose)
X509_STORE       2155 ext/openssl/openssl.c 	X509_STORE * cainfo = NULL;
X509_STORE       2209 ext/openssl/openssl.c static X509_STORE * setup_verify(zval * calist TSRMLS_DC)
X509_STORE       2211 ext/openssl/openssl.c 	X509_STORE *store;
X509_STORE       4037 ext/openssl/openssl.c 	X509_STORE * store = NULL;
X509_STORE        735 ext/openssl/xp_ssl.c static long load_stream_cafile(X509_STORE *cert_store, const char *cafile TSRMLS_DC) /* {{{ */