Home
last modified time | relevance | path

Searched refs:scb (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c248 pcre2_substitute_callout_block scb; in pcre2_substitute() local
322 scb.version = 0; in pcre2_substitute()
323 scb.input = subject; in pcre2_substitute()
324 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
325 scb.ovector = ovector; in pcre2_substitute()
486 scb.output_offsets[0] = buff_offset; in pcre2_substitute()
487 scb.oveccount = rc; in pcre2_substitute()
918 scb.subscount = subs; in pcre2_substitute()
919 scb.output_offsets[1] = buff_offset; in pcre2_substitute()
920 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
[all …]

Completed in 5 milliseconds