Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7467 read_char(common, min, max, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_xclass_matchingpath()
7473 read_char(common, min, max, NULL, 0); in compile_xclass_matchingpath()
8558 read_char(common, common->bsr_nlmin, common->bsr_nlmax, NULL, 0); in compile_char1_matchingpath()
8585 read_char(common, 0x9, 0x3000, NULL, 0); in compile_char1_matchingpath()
8600 read_char(common, 0xa, 0x2029, NULL, 0); in compile_char1_matchingpath()
8678 read_char(common, c < oc ? c : oc, c > oc ? c : oc, NULL, 0); in compile_char1_matchingpath()
8738 read_char(common, c, c, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
8767 read_char(common, 0, bit, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
8769 read_char(common, 0, bit, NULL, 0); in compile_char1_matchingpath()
8772 read_char(common, 0, 255, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
[all …]

Completed in 45 milliseconds