Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c103 PCRE_G(error_code) = preg_code; in pcre_handle_exec_error()
222 if (PCRE_G(jit) && jit_stack == NULL) { in PHP_RINIT_FUNCTION()
336 pce = zend_hash_find_ptr(&PCRE_G(pcre_cache), key); in pcre_get_compiled_regex_cache()
513 if (PCRE_G(jit)) { in pcre_get_compiled_regex_cache()
529 if (PCRE_G(jit) && jit_stack) { in pcre_get_compiled_regex_cache()
812 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1022 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1234 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1826 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2084 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
[all …]
H A Dphp_pcre.h85 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v) macro
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2058 ZEND_HASH_FOREACH_BUCKET(&PCRE_G(pcre_cache), p) { in accel_reset_pcre_cache()
2062 zend_hash_del_bucket(&PCRE_G(pcre_cache), p); in accel_reset_pcre_cache()

Completed in 25 milliseconds