Home
last modified time | relevance | path

Searched refs:pcre_get_compiled_regex_cache (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/pcre/
H A Dphp_pcre.h49 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
H A Dphp_pcre.c880 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() function
889 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
1102 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_do_pcre_match()
1475 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
1585 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace()
2059 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace_func()
2546 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
2904 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c2253 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in magiccheck()
H A Dapprentice.c2807 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in getvalue()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch518 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
3169 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
/PHP-8.2/ext/spl/
H A Dspl_iterators.c1422 intern->u.regex.pce = pcre_get_compiled_regex_cache(regex); in spl_dual_it_construct()

Completed in 62 milliseconds