Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c139 PCRE_G(error_code) = preg_code; in pcre_handle_exec_error()
329 if (PCRE_G(jit) && jit_stack) { in PHP_INI_MH()
410 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_MINIT_FUNCTION()
467 php_pcre_init_pcre2(PCRE_G(jit)); in PHP_RINIT_FUNCTION()
478 if (PCRE_G(per_request_cache)) { in PHP_RINIT_FUNCTION()
488 if (PCRE_G(per_request_cache)) { in PHP_RSHUTDOWN_FUNCTION()
489 zend_hash_destroy(&PCRE_G(pcre_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()
1270 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
[all …]
H A Dphp_pcre.h82 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v) macro
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c188 if (PCRE_G(jit)) { in zend_accel_blacklist_update_regexp()
H A DZendAccelerator.c2350 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()
2354 ZEND_HASH_FOREACH_BUCKET(&PCRE_G(pcre_cache), p) { in accel_reset_pcre_cache()
2358 zend_hash_del_bucket(&PCRE_G(pcre_cache), p); in accel_reset_pcre_cache()

Completed in 30 milliseconds