Searched refs:substitute_callout (Results 1 – 3 of 3) sorted by relevance
410 int (*substitute_callout)(pcre2_substitute_callout_block *, void *), in pcre2_set_substitute_callout()413 mcontext->substitute_callout = substitute_callout; in pcre2_set_substitute_callout()
919 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute()923 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
587 int (*substitute_callout)(pcre2_substitute_callout_block *, void *); member
Completed in 16 milliseconds