Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_context.c411 void *substitute_callout_data) in pcre2_set_substitute_callout() argument
414 mcontext->substitute_callout_data = substitute_callout_data; in pcre2_set_substitute_callout()
Dpcre2_substitute.c846 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
Dpcre2_intmodedep.h589 void *substitute_callout_data; member