Searched refs:max_pattern_length (Results 1 – 9 of 9) sorted by relevance
/third_party/pcre2/pcre2/testdata/ |
D | testoutput18 | 26 /abc/allow_surrogate_escapes,max_pattern_length=2 27 ** Ignored with POSIX interface: allow_surrogate_escapes max_pattern_length
|
D | testinput18 | 20 /abc/allow_surrogate_escapes,max_pattern_length=2
|
D | testinput2 | 4673 /abcd/max_pattern_length=3 4675 /abc/max_pattern_length=3 4678 /abcdefab/hex,max_pattern_length=3 4680 /abcdef/hex,max_pattern_length=3
|
D | testoutput2 | 14928 /abcd/max_pattern_length=3 14931 /abc/max_pattern_length=3 14934 /abcdefab/hex,max_pattern_length=3 14937 /abcdef/hex,max_pattern_length=3
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_context.c | 350 ccontext->max_pattern_length = length; in pcre2_set_max_pattern_length()
|
D | pcre2_intmodedep.h | 570 PCRE2_SIZE max_pattern_length; member
|
D | pcre2test.c | 697 …_pattern_length", MOD_CTC, MOD_SIZ, 0, CO(max_pattern_length) }, 5521 if (FLD(pat_context, max_pattern_length) != PCRE2_UNSET) in process_pattern()
|
D | pcre2_compile.c | 9861 if (patlen > ccontext->max_pattern_length) in pcre2_compile()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 626 max_pattern_length=<n> set the maximum pattern length 883 The max_pattern_length modifier sets a limit, in code units, to the
|