Lines Matching refs:PCRE2_SIZE

176 static void *php_pcre_malloc(PCRE2_SIZE size, void *data)  in php_pcre_malloc()
186 static void *php_pcre_emalloc(PCRE2_SIZE size, void *data) in php_pcre_emalloc()
613 PCRE2_SIZE erroffset; in pcre_get_compiled_regex_cache_ex()
996 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
1001 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1030 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1063 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1162 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8()
1187 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_match_impl()
1198 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl()
1238 if ((PCRE2_SIZE)-start_offset <= subject_len) { in php_pcre_match_impl()
1244 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl()
1552 …zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char *subject, PCRE2_SIZE *offsets, zend_s… in preg_do_repl_func()
1619 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_impl()
1625 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl()
1859 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_func_impl()
1864 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl()
2541 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_split_impl()
2544 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl()
2545 PCRE2_SIZE last_match_offset; /* Location of last match */ in php_pcre_split_impl()