Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/
H A Dphp_pcre.h58 } pcre_cache_entry; typedef
60 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
62 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
65 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su…
68 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
71 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
H A Dphp_pcre.c109 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_free_pcre_cache()
234 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache()
247 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce) in make_subpats_table()
317 pcre_cache_entry *pce; in pcre_get_compiled_regex_cache()
318 pcre_cache_entry new_entry; in pcre_get_compiled_regex_cache()
617 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
634 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()
676 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match()
1136 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace()
1745 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/spl/
H A Dspl_iterators.h159 pcre_cache_entry *pce;
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c434 pcre_cache_entry *pce; in file_replace()
H A Dsoftmagic.c2004 pcre_cache_entry *pce; in magiccheck()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch632 + pcre_cache_entry *pce;
2263 + pcre_cache_entry *pce;
3554 + pcre_cache_entry *pce;
/PHP-7.0/ext/imap/
H A Dphp_imap.c1335 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION()

Completed in 59 milliseconds