Lines Matching refs:pcre_cache_entry

145 	pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data);  in php_free_pcre_cache()
154 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_efree_pcre_cache()
502 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache()
525 static zend_string **make_subpats_table(uint32_t num_subpats, pcre_cache_entry *pce) in make_subpats_table()
557 static zend_always_inline size_t calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length()
576 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex()
597 pcre_cache_entry new_entry; in pcre_get_compiled_regex_cache_ex()
600 pcre_cache_entry *ret; in pcre_get_compiled_regex_cache_ex()
618 return (pcre_cache_entry*)Z_PTR_P(zv); in pcre_get_compiled_regex_cache_ex()
880 ret = zend_hash_add_new_mem(&PCRE_G(pcre_cache), str, &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache_ex()
883 ret = zend_hash_add_new_mem(&PCRE_G(pcre_cache), key, &new_entry, sizeof(pcre_cache_entry)); in pcre_get_compiled_regex_cache_ex()
896 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
906 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex()
920 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex()
1129 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match()
1172 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_match_impl()
1593 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace()
1615 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su… in php_pcre_replace_impl()
1855 static zend_string *php_pcre_replace_func_impl(pcre_cache_entry *pce, zend_string *subject_str, cha… in php_pcre_replace_func_impl()
2074 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace_func()
2510 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
2534 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value, in php_pcre_split_impl()
2871 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION()
2892 PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval *return_value, zend_long f… in php_pcre_grep_impl()
3109 PHPAPI void php_pcre_pce_incref(pcre_cache_entry *pce) in php_pcre_pce_incref()
3115 PHPAPI void php_pcre_pce_decref(pcre_cache_entry *pce) in php_pcre_pce_decref()
3122 PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) in php_pcre_pce_re()