Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c377 pcre_uint32 nlmax; member
3127 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry()
3933 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline()
5363 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5560 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5608 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5659 peek_char(common, common->nlmax); in compile_char1_matchingpath()
9854 common->nlmax = READ_CHAR_MAX; in PRIV()
9885 common->nlmax = 0x2029; in PRIV()
9887 common->nlmax = (CHAR_CR > CHAR_NL) ? CHAR_CR : CHAR_NL; in PRIV()
[all …]

Completed in 31 milliseconds