Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c242 static zend_object_handlers php_openssl_pkey_object_handlers; variable
1274 php_openssl_pkey_ce->default_object_handlers = &php_openssl_pkey_object_handlers; in PHP_INI_END()
1276 memcpy(&php_openssl_pkey_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_INI_END()
1277 php_openssl_pkey_object_handlers.offset = XtOffsetOf(php_openssl_pkey_object, std); in PHP_INI_END()
1278 php_openssl_pkey_object_handlers.free_obj = php_openssl_pkey_free_obj; in PHP_INI_END()
1279 php_openssl_pkey_object_handlers.get_constructor = php_openssl_pkey_get_constructor; in PHP_INI_END()
1280 php_openssl_pkey_object_handlers.clone_obj = NULL; in PHP_INI_END()
1281 php_openssl_pkey_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()

Completed in 22 milliseconds