Searched refs:max_pattern_length (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_context.c | 302 ccontext->max_pattern_length = length; in pcre2_set_max_pattern_length()
|
D | pcre2_intmodedep.h | 565 PCRE2_SIZE max_pattern_length; member
|
D | pcre2_compile.c | 8391 if (patlen > ccontext->max_pattern_length) in pcre2_compile() 8399 if (patlen > ccontext->max_pattern_length) in pcre2_compile()
|
D | pcre2test.c | 579 …x_pattern_length", MOD_CTC, MOD_SIZ, 0, CO(max_pattern_length) },
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 4633 /abcd/max_pattern_length=3 4635 /abc/max_pattern_length=3 4638 /abcdefab/hex,max_pattern_length=3 4640 /abcdef/hex,max_pattern_length=3
|
D | testoutput2 | 14736 /abcd/max_pattern_length=3 14739 /abc/max_pattern_length=3 14742 /abcdefab/hex,max_pattern_length=3 14745 /abcdef/hex,max_pattern_length=3
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 521 max_pattern_length=<n> set the maximum pattern length 749 The max_pattern_length modifier sets a limit, in code units, to the
|