zcert            1454 ext/openssl/openssl.c 	zval * zcert;
zcert            1461 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zp|b", &zcert, &filename, &filename_len, &notext) == FAILURE) {
zcert            1466 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            1777 ext/openssl/openssl.c 	zval * zcert, *zout;
zcert            1782 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz/|b", &zcert, &zout, &notext) == FAILURE) {
zcert            1787 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            1843 ext/openssl/openssl.c 	zval *zcert;
zcert            1850 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|sb", &zcert, &method, &method_len, &raw_output) == FAILURE) {
zcert            1854 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            1876 ext/openssl/openssl.c 	zval * zcert, *zkey;
zcert            1883 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz", &zcert, &zkey) == FAILURE) {
zcert            1886 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            1976 ext/openssl/openssl.c 	zval * zcert;
zcert            1989 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &zcert, &useshortnames) == FAILURE) {
zcert            1992 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            2184 ext/openssl/openssl.c 	zval * zcert, * zcainfo = NULL;
zcert            2194 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl|a!s", &zcert, &purpose, &zcainfo, &untrusted, &untrusted_len) == FAILURE) {
zcert            2211 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            2411 ext/openssl/openssl.c 	zval *zcert = NULL, *zpkey = NULL, *args = NULL;
zcert            2417 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zpzs|a", &zcert, &filename, &filename_len, &zpkey, &pass, &pass_len, &args) == FAILURE)
zcert            2422 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            2489 ext/openssl/openssl.c 	zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL;
zcert            2498 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz/zs|a", &zcert, &zout, &zpkey, &pass, &pass_len, &args) == FAILURE)
zcert            2503 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            2558 ext/openssl/openssl.c 	zval *zout = NULL, zextracerts, zcert, zpkey;
zcert            2591 ext/openssl/openssl.c 				ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length);
zcert            2592 ext/openssl/openssl.c 				add_assoc_zval(zout, "cert", &zcert);
zcert            2946 ext/openssl/openssl.c 	zval * zcert = NULL, *zcsr, *zpkey, *args = NULL;
zcert            2956 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz!zl|a!l", &zcsr, &zcert, &zpkey, &num_days, &args, &serial) == FAILURE)
zcert            2967 ext/openssl/openssl.c 	if (zcert) {
zcert            2968 ext/openssl/openssl.c 		cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            3068 ext/openssl/openssl.c 	if (zcert && certresource == NULL && cert) {
zcert            4321 ext/openssl/openssl.c 	zval * zcert, * zprivkey, * zheaders;
zcert            4340 ext/openssl/openssl.c 				&zcert, &zprivkey, &zheaders, &flags, &extracertsfilename,
zcert            4360 ext/openssl/openssl.c 	cert = php_openssl_x509_from_zval(zcert, 0, &certresource);
zcert            1722 ext/openssl/xp_ssl.c 	zval *val, zcert;
zcert            1729 ext/openssl/xp_ssl.c 		ZVAL_RES(&zcert, zend_register_resource(peer_cert, php_openssl_get_x509_list_id()));
zcert            1730 ext/openssl/xp_ssl.c 		php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert);
zcert            1731 ext/openssl/xp_ssl.c 		zval_ptr_dtor(&zcert);
zcert            1750 ext/openssl/xp_ssl.c 				ZVAL_RES(&zcert, zend_register_resource(mycert, php_openssl_get_x509_list_id()));
zcert            1751 ext/openssl/xp_ssl.c 				add_next_index_zval(&arr, &zcert);