Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_context.c410 int (*substitute_callout)(pcre2_substitute_callout_block *, void *), in pcre2_set_substitute_callout()
413 mcontext->substitute_callout = substitute_callout; in pcre2_set_substitute_callout()
H A Dpcre2_substitute.c897 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute()
901 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
H A Dpcre2_intmodedep.h587 int (*substitute_callout)(pcre2_substitute_callout_block *, void *); member

Completed in 19 milliseconds