Lines Matching refs:pcre_cache_entry

122 	pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data);  in php_free_pcre_cache()
258 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache()
271 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce) in make_subpats_table()
306 static zend_always_inline int calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length()
325 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex()
341 pcre_cache_entry *pce; in pcre_get_compiled_regex_cache_ex()
342 pcre_cache_entry new_entry; in pcre_get_compiled_regex_cache_ex()
625 ZSTR_VAL(key), ZSTR_LEN(key), &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache_ex()
632 pce = zend_hash_update_mem(&PCRE_G(pcre_cache), key, &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache_ex()
641 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
651 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
668 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()
718 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match()
750 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
1263 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace()
1280 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su… in php_pcre_replace_impl()
1543 static zend_string *php_pcre_replace_func_impl(pcre_cache_entry *pce, zend_string *subject_str, cha… in php_pcre_replace_func_impl()
1764 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace_func()
2208 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
2237 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_split_impl()
2553 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
2574 PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long f… in php_pcre_grep_impl()