Home
last modified time | relevance | path

Searched refs:php_openssl_pkey_object (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/openssl/
H A Dopenssl.c226 } php_openssl_pkey_object; typedef
230 static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_object *obj) { in php_openssl_pkey_from_obj()
231 return (php_openssl_pkey_object *)((char *)(obj) - XtOffsetOf(php_openssl_pkey_object, std)); in php_openssl_pkey_from_obj()
239 php_openssl_pkey_object *intern = zend_object_alloc(sizeof(php_openssl_pkey_object), class_type); in php_openssl_pkey_create_object()
249 php_openssl_pkey_object *obj = Z_OPENSSL_PKEY_P(zv); in php_openssl_pkey_object_init()
261 php_openssl_pkey_object *key_object = php_openssl_pkey_from_obj(object); in php_openssl_pkey_free_obj()
1267 php_openssl_pkey_object_handlers.offset = XtOffsetOf(php_openssl_pkey_object, std); in PHP_INI_END()
3613 php_openssl_pkey_object *obj = php_openssl_pkey_from_obj(Z_OBJ_P(val)); in php_openssl_pkey_from_zval()

Completed in 20 milliseconds