Lines Matching refs:PCRE2_SIZE

178 static void *php_pcre_malloc(PCRE2_SIZE size, void *data)  in php_pcre_malloc()
188 static void *php_pcre_emalloc(PCRE2_SIZE size, void *data) in php_pcre_emalloc()
582 PCRE2_SIZE erroffset; in pcre_get_compiled_regex_cache_ex()
954 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
959 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
988 HashTable *const result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1035 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1135 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8()
1170 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl()
1208 if ((PCRE2_SIZE)-start_offset <= subject_len) { in php_pcre_match_impl()
1214 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl()
1256 PCRE2_SIZE *const offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_match_impl()
1543 …zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char *subject, PCRE2_SIZE *offsets, zend_s… in preg_do_repl_func()
1615 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl()
1652 PCRE2_SIZE *const offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_impl()
1853 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl()
1893 PCRE2_SIZE *const offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_func_impl()
2552 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl()
2553 PCRE2_SIZE last_match_offset; /* Location of last match */ in php_pcre_split_impl()
2600 PCRE2_SIZE *const offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()