Lines Matching refs:size_t

571 static zend_always_inline size_t calculate_unit_length(pcre_cache_entry *pce, const char *start)  in calculate_unit_length()
573 size_t unit_len; in calculate_unit_length()
605 size_t pattern_len; in pcre_get_compiled_regex_cache_ex()
812 size_t jit_size = 0; in pcre_get_compiled_regex_cache_ex()
1175 size_t i; in php_pcre_match_impl()
1185 size_t subject_len = ZSTR_LEN(subject_str); in php_pcre_match_impl()
1403 size_t unit_len = calculate_unit_length(pce, subject + start_offset2); in php_pcre_match_impl()
1573 const char *subject, size_t subject_len, in php_pcre_replace()
1575 size_t limit, size_t *replace_count) in php_pcre_replace()
1599 …_string *subject_str, const char *subject, size_t subject_len, zend_string *replace_str, size_t li… in php_pcre_replace_impl()
1605 size_t new_len; /* Length of needed storage */ in php_pcre_replace_impl()
1606 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl()
1607 size_t match_len; /* Length of the current match */ in php_pcre_replace_impl()
1610 size_t last_end_offset; /* Where the last search ended */ in php_pcre_replace_impl()
1617 size_t result_len; /* Length of result */ in php_pcre_replace_impl()
1782 size_t unit_len = calculate_unit_length(pce, piece); in php_pcre_replace_impl()
1839 …ject_str, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fc… in php_pcre_replace_func_impl()
1846 size_t new_len; /* Length of needed storage */ in php_pcre_replace_func_impl()
1847 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_func_impl()
1849 size_t last_end_offset; /* Where the last search ended */ in php_pcre_replace_func_impl()
1852 size_t result_len; /* Length of result */ in php_pcre_replace_func_impl()
1991 size_t unit_len = calculate_unit_length(pce, piece); in php_pcre_replace_func_impl()
2055 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2077 zend_string *subject_str, size_t limit, size_t *replace_count) in php_pcre_replace_array()
2154 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2174 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2214 static size_t preg_replace_func_impl(zval *return_value, in preg_replace_func_impl()
2220 size_t replace_count = 0; in preg_replace_func_impl()
2276 size_t replace_count = 0; in preg_replace_common()
2278 size_t old_replace_count; in preg_replace_common()
2368 size_t replace_count; in PHP_FUNCTION()
2399 size_t replace_count = 0; in PHP_FUNCTION()
2616 size_t i; in php_pcre_split_impl()
2721 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION()