Searched refs:pcre2_substitute_callout_block (Results 1 – 6 of 6) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2.h.in | 551 typedef struct pcre2_substitute_callout_block { \ 561 } pcre2_substitute_callout_block; 618 int (*)(pcre2_substitute_callout_block *, void *), void *); \ 825 #define pcre2_substitute_callout_block PCRE2_SUFFIX(pcre2_substitute_callout_block_) macro
|
D | pcre2.h.generic | 551 typedef struct pcre2_substitute_callout_block { \ 561 } pcre2_substitute_callout_block; 618 int (*)(pcre2_substitute_callout_block *, void *), void *); \ 825 #define pcre2_substitute_callout_block PCRE2_SUFFIX(pcre2_substitute_callout_block_)
|
D | pcre2_context.c | 410 int (*substitute_callout)(pcre2_substitute_callout_block *, void *), in pcre2_set_substitute_callout() argument
|
D | pcre2_substitute.c | 248 pcre2_substitute_callout_block scb; in pcre2_substitute()
|
D | pcre2_intmodedep.h | 587 int (*substitute_callout)(pcre2_substitute_callout_block *, void *);
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 302 int (*callout_function)(pcre2_substitute_callout_block *, void *), 983 int (*callout_function)(pcre2_substitute_callout_block *, void *), 3554 int (*callout_function)(pcre2_substitute_callout_block *, void *),
|