Searched refs:php_openssl_pkey_from_obj (Results 1 – 1 of 1) sorted by relevance
229 static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_object *obj) { in php_openssl_pkey_from_obj() function233 #define Z_OPENSSL_PKEY_P(zv) php_openssl_pkey_from_obj(Z_OBJ_P(zv))260 php_openssl_pkey_object *key_object = php_openssl_pkey_from_obj(object); in php_openssl_pkey_free_obj()3589 php_openssl_pkey_object *obj = php_openssl_pkey_from_obj(Z_OBJ_P(val)); in php_openssl_pkey_from_zval()
Completed in 19 milliseconds