Searched refs:OPENSSL_G (Results 1 – 2 of 2) sorted by relevance
85 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) macro
460 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 26 milliseconds