Home
last modified time | relevance | path

Searched refs:pcre_get_compiled_regex_cache_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pcre/
H A Dphp_pcre.h51 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware);
H A Dphp_pcre.c604 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex() function
912 return pcre_get_compiled_regex_cache_ex(regex, 1); in pcre_get_compiled_regex_cache()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c616 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in file_replace()
H A Dsoftmagic.c487 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in check_fmt()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2556 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3405 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {

Completed in 53 milliseconds