Lines Matching refs:PCRE2_SIZE
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
244 PCRE2_SIZE extra_needed = 0; in pcre2_substitute()
245 PCRE2_SIZE buff_offset, buff_length, lengthleft, fraglength; in pcre2_substitute()
246 PCRE2_SIZE *ovector; in pcre2_substitute()
247 PCRE2_SIZE ovecsave[3]; in pcre2_substitute()
299 + 2*pairs*sizeof(PCRE2_SIZE)); in pcre2_substitute()
381 PCRE2_SIZE save_start; in pcre2_substitute()
520 PCRE2_SIZE sublength; in pcre2_substitute()
908 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute()
909 PCRE2_SIZE oldlength = ovector[1] - ovector[0]; in pcre2_substitute()
983 *blength = (PCRE2_SIZE)(ptr - replacement); in pcre2_substitute()