Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.h53 } pcre_cache_entry; typedef
55 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC);
57 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
60 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
63 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
66 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
H A Dphp_pcre.c96 pcre_cache_entry *pce = (pcre_cache_entry *) data; in php_free_pcre_cache()
177 pcre_cache_entry *pce = (pcre_cache_entry *) data; in pcre_clean_cache()
190 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce TSRMLS_DC) in make_subpats_table()
235 static zend_always_inline int calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length()
274 pcre_cache_entry *pce; in pcre_get_compiled_regex_cache()
275 pcre_cache_entry new_entry; in pcre_get_compiled_regex_cache()
490 sizeof(pcre_cache_entry), (void**)&pce); in pcre_get_compiled_regex_cache()
565 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match()
1050 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace()
1544 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/spl/
H A Dspl_iterators.h161 pcre_cache_entry *pce;
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c444 pcre_cache_entry *pce; in file_replace()
H A Dsoftmagic.c2085 pcre_cache_entry *pce; in magiccheck()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2105 + pcre_cache_entry *pce;
3373 + pcre_cache_entry *pce;
/PHP-5.6/ext/imap/
H A Dphp_imap.c1340 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION()

Completed in 39 milliseconds