Lines Matching refs:scb
248 pcre2_substitute_callout_block scb; in pcre2_substitute() local
310 scb.version = 0; in pcre2_substitute()
311 scb.input = subject; in pcre2_substitute()
312 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
313 scb.ovector = ovector; in pcre2_substitute()
467 scb.output_offsets[0] = buff_offset; in pcre2_substitute()
468 scb.oveccount = rc; in pcre2_substitute()
899 scb.subscount = subs; in pcre2_substitute()
900 scb.output_offsets[1] = buff_offset; in pcre2_substitute()
901 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
908 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute()