Lines Matching refs:scb
248 pcre2_substitute_callout_block scb; in pcre2_substitute() local
325 scb.version = 0; in pcre2_substitute()
326 scb.input = subject; in pcre2_substitute()
327 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
328 scb.ovector = ovector; in pcre2_substitute()
489 scb.output_offsets[0] = buff_offset; in pcre2_substitute()
490 scb.oveccount = rc; in pcre2_substitute()
921 scb.subscount = subs; in pcre2_substitute()
922 scb.output_offsets[1] = buff_offset; in pcre2_substitute()
923 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
930 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute()