Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.h49 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
H A Dphp_pcre.c886 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() function
895 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
1108 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_do_pcre_match()
1481 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
1591 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace()
2065 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in php_pcre_replace_func()
2552 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
2910 if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) { in PHP_FUNCTION()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2288 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in magiccheck()
H A Dapprentice.c2817 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in getvalue()
/php-src/ext/fileinfo/
H A Dlibmagic.patch524 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
3322 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
/php-src/ext/spl/
H A Dspl_iterators.c1422 intern->u.regex.pce = pcre_get_compiled_regex_cache(regex); in spl_dual_it_construct()

Completed in 40 milliseconds