Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dphp_openssl.h79 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) macro
H A Dopenssl.c732 if (!OPENSSL_G(errors)) { in php_openssl_store_errors()
733 OPENSSL_G(errors) = pecalloc(1, sizeof(struct php_openssl_errors), 1); in php_openssl_store_errors()
736 errors = OPENSSL_G(errors); in php_openssl_store_errors()
5924 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
5928 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
5929 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()

Completed in 29 milliseconds