Home
last modified time | relevance | path

Searched refs:PCRE_G (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/pcre/
H A Dphp_pcre.c136 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 …]
H A Dphp_pcre.h92 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v) macro
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_blacklist.c188 if (PCRE_G(jit)) { in zend_accel_blacklist_update_regexp()
H A DZendAccelerator.c2616 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()
2620 ZEND_HASH_MAP_FOREACH_BUCKET(&PCRE_G(pcre_cache), p) { in accel_reset_pcre_cache()
2624 zend_hash_del_bucket(&PCRE_G(pcre_cache), p); in accel_reset_pcre_cache()

Completed in 26 milliseconds