Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dphp_openssl.h81 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) macro
H A Dopenssl.c726 if (!OPENSSL_G(errors)) { in php_openssl_store_errors()
727 OPENSSL_G(errors) = pecalloc(1, sizeof(struct php_openssl_errors), 1); in php_openssl_store_errors()
730 errors = OPENSSL_G(errors); in php_openssl_store_errors()
5874 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
5878 OPENSSL_G(errors)->bottom = (OPENSSL_G(errors)->bottom + 1) % ERR_NUM_ERRORS; in PHP_FUNCTION()
5879 val = OPENSSL_G(errors)->buffer[OPENSSL_G(errors)->bottom]; in PHP_FUNCTION()

Completed in 21 milliseconds