Searched refs:PCRE_G (Results 1 – 4 of 4) sorted by relevance
136 PCRE_G(error_code) = preg_code; in pcre_handle_exec_error()358 if (PCRE_G(jit) && jit_stack) { in PHP_INI_MH()437 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_MINIT_FUNCTION()472 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_RINIT_FUNCTION()485 if (!PCRE_G(gctx_zmm)) { in PHP_RINIT_FUNCTION()489 if (PCRE_G(per_request_cache)) { in PHP_RINIT_FUNCTION()500 PCRE_G(gctx_zmm) = NULL; in PHP_RSHUTDOWN_FUNCTION()502 if (PCRE_G(per_request_cache)) { in PHP_RSHUTDOWN_FUNCTION()808 if (PCRE_G(jit)) { in pcre_get_compiled_regex_cache_ex()821 PCRE_G(jit) = 0; in pcre_get_compiled_regex_cache_ex()[all …]
91 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v) macro
188 if (PCRE_G(jit)) { in zend_accel_blacklist_update_regexp()
2590 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()2594 ZEND_HASH_MAP_FOREACH_BUCKET(&PCRE_G(pcre_cache), p) { in accel_reset_pcre_cache()2598 zend_hash_del_bucket(&PCRE_G(pcre_cache), p); in accel_reset_pcre_cache()
Completed in 58 milliseconds