Home
last modified time | relevance | path

Searched refs:nlmax (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c397 sljit_u32 nlmax; member
3361 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry()
4610 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline()
6103 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_simple_assertion_matchingpath()
6167 peek_char(common, common->nlmax); in compile_simple_assertion_matchingpath()
6203 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_simple_assertion_matchingpath()
6303 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
10865 common->nlmax = READ_CHAR_MAX; in PRIV()
10896 common->nlmax = 0x2029; in PRIV()
10898 common->nlmax = (CHAR_CR > CHAR_NL) ? CHAR_CR : CHAR_NL; in PRIV()
[all …]

Completed in 32 milliseconds