Searched refs:scb (Results 1 – 1 of 1) sorted by relevance
248 pcre2_substitute_callout_block scb; in pcre2_substitute() local325 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()[all …]
Completed in 5 milliseconds