Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dphp_openssl.h85 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) macro
H A Dopenssl.c460 if (!OPENSSL_G(errors)) { in php_openssl_store_errors()
461 OPENSSL_G(errors) = pecalloc(1, sizeof(struct php_openssl_errors), 1); in php_openssl_store_errors()
464 errors = OPENSSL_G(errors); in php_openssl_store_errors()
6799 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
6803 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
6804 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()

Completed in 25 milliseconds