Searched refs:pcre2_set_callout (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_fuzzsupport.c | 182 (void)pcre2_set_callout(match_context, callout_function, &callout_count); in LLVMFuzzerTestOneInput()
|
D | pcre2_context.c | 400 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout() function
|
D | pcre2.h.in | 614 pcre2_set_callout(pcre2_match_context *, \ 880 #define pcre2_set_callout PCRE2_SUFFIX(pcre2_set_callout_) macro
|
D | pcre2.h.generic | 614 pcre2_set_callout(pcre2_match_context *, \ 880 #define pcre2_set_callout PCRE2_SUFFIX(pcre2_set_callout_)
|
D | pcre2grep.c | 4224 pcre2_set_callout(match_context, pcre2grep_callout, NULL); in main()
|
/third_party/pcre2/pcre2/ |
D | Makefile.am | 75 doc/html/pcre2_set_callout.html \ 171 doc/pcre2_set_callout.3 \
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 297 int pcre2_set_callout(pcre2_match_context *mcontext, 974 int pcre2_set_callout(pcre2_match_context *mcontext, 4475 its entry point in a match context (see pcre2_set_callout() in the 4645 up by calling pcre2_set_callout() (see the pcre2api documentation). The 9084 context using the function pcre2_set_callout(), and then passing that
|