Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.h42 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
H A Dphp_pcre.c896 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() function
906 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
920 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()
1144 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_do_pcre_match()
1602 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace()
2078 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace_func()
2522 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
2882 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2153 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in magiccheck()
H A Dapprentice.c2599 if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) { in getvalue()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch644 + if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {
3524 + if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1539 intern->u.regex.pce = pcre_get_compiled_regex_cache(regex); in spl_dual_it_construct()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1359 if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) { in PHP_FUNCTION()

Completed in 76 milliseconds