Lines Matching refs:PCRE2_SIZE

185 static void *php_pcre_malloc(PCRE2_SIZE size, void *data)  in php_pcre_malloc()
195 static void *php_pcre_emalloc(PCRE2_SIZE size, void *data) in php_pcre_emalloc()
598 PCRE2_SIZE erroffset; in pcre_get_compiled_regex_cache_ex()
961 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
966 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
995 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1028 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1127 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8()
1152 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_match_impl()
1163 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl()
1203 if ((PCRE2_SIZE)-start_offset <= subject_len) { in php_pcre_match_impl()
1209 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl()
1517 …zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char *subject, PCRE2_SIZE *offsets, zend_s… in preg_do_repl_func()
1584 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_impl()
1590 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl()
1824 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_func_impl()
1829 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl()
2504 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_split_impl()
2507 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl()
2508 PCRE2_SIZE last_match_offset; /* Location of last match */ in php_pcre_split_impl()