Searched refs:nlmax (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 377 pcre_uint32 nlmax; member 3103 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry() 3902 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline() 5326 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath() 5523 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath() 5571 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath() 5622 peek_char(common, common->nlmax); in compile_char1_matchingpath() 9812 common->nlmax = READ_CHAR_MAX; in PRIV() 9843 common->nlmax = 0x2029; in PRIV() 9845 common->nlmax = (CHAR_CR > CHAR_NL) ? CHAR_CR : CHAR_NL; in PRIV() [all …]
|
Completed in 26 milliseconds