Lines Matching refs:php_openssl_certificate_ce
161 zend_class_entry *php_openssl_certificate_ce; variable
1257 php_openssl_certificate_ce = register_class_OpenSSLCertificate(); in PHP_INI_END()
1258 php_openssl_certificate_ce->create_object = php_openssl_certificate_create_object; in PHP_INI_END()
1259 php_openssl_certificate_ce->default_object_handlers = &php_openssl_certificate_object_handlers; in PHP_INI_END()
1519 if (Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val) == php_openssl_certificate_ce) { in php_openssl_x509_from_zval()
1550 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1854 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1934 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1968 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2002 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2123 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2377 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2506 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2515 object_init_ex(return_value, php_openssl_certificate_ce); in PHP_FUNCTION()
2527 Z_PARAM_OBJECT_OF_CLASS(x509, php_openssl_certificate_ce) in PHP_FUNCTION()
2618 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2719 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3252 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3389 object_init_ex(return_value, php_openssl_certificate_ce); in PHP_FUNCTION()
3671 } else if (Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val) == php_openssl_certificate_ce) { in php_openssl_pkey_from_zval()
6004 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6652 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()