Lines Matching refs:pcre_cache_entry

109 	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()
282 static zend_always_inline int calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length()
301 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
317 pcre_cache_entry *pce; in pcre_get_compiled_regex_cache()
318 pcre_cache_entry new_entry; in pcre_get_compiled_regex_cache()
599 ZSTR_VAL(key), ZSTR_LEN(key), &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache()
606 pce = zend_hash_update_mem(&PCRE_G(pcre_cache), key, &new_entry, sizeof(pcre_cache_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()
708 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
1136 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace()
1153 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su… in php_pcre_replace_impl()
1745 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
1774 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_split_impl()
2026 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
2047 PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long f… in php_pcre_grep_impl()