Searched refs:max_pattern_length (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/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 | 4675 /abcd/max_pattern_length=3 4677 /abc/max_pattern_length=3 4680 /abcdefab/hex,max_pattern_length=3 4682 /abcdef/hex,max_pattern_length=3
|
D | testoutput2 | 14931 /abcd/max_pattern_length=3 14934 /abc/max_pattern_length=3 14937 /abcdefab/hex,max_pattern_length=3 14940 /abcdef/hex,max_pattern_length=3
|
/external/pcre/dist2/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 | 688 …_pattern_length", MOD_CTC, MOD_SIZ, 0, CO(max_pattern_length) }, 5503 if (FLD(pat_context, max_pattern_length) != PCRE2_UNSET) in process_pattern()
|
D | pcre2_compile.c | 9738 if (patlen > ccontext->max_pattern_length) in pcre2_compile()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 618 max_pattern_length=<n> set the maximum pattern length 875 The max_pattern_length modifier sets a limit, in code units, to the
|