Searched refs:substitute_callout (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_context.c | 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()
|
D | pcre2_substitute.c | 916 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute() 920 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
|
D | pcre2_intmodedep.h | 587 int (*substitute_callout)(pcre2_substitute_callout_block *, void *); member
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput12 | 387 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
|
D | testinput10 | 483 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
|
D | testinput2 | 5541 /a(b)c|xyz/g,replace=<$0>,substitute_callout 5589 /abc/replace=xyz,substitute_callout 5800 /a(b)c|xyz/g,replace=<$0>,substitute_callout,substitute_replacement_only
|
D | testoutput12-32 | 1473 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
|
D | testoutput10 | 1606 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
|
D | testoutput12-16 | 1476 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
|
D | testoutput2 | 16830 /a(b)c|xyz/g,replace=<$0>,substitute_callout 16933 /abc/replace=xyz,substitute_callout 17511 /a(b)c|xyz/g,replace=<$0>,substitute_callout,substitute_replacement_only
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 973 substitute_callout use substitution callouts 1133 substitute_callout use substitution callouts 1360 If the substitute_callout modifier is set, a substitution callout func- 1366 /abc/g,replace=<$0>,substitute_callout 1521 with the find_limits or substitute_callout modifiers.
|