Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7851 read_char(common, min, max, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_xclass_matchingpath()
7857 read_char(common, min, max, NULL, 0); in compile_xclass_matchingpath()
9067 read_char(common, common->bsr_nlmin, common->bsr_nlmax, NULL, 0); in compile_char1_matchingpath()
9094 read_char(common, 0x9, 0x3000, NULL, 0); in compile_char1_matchingpath()
9109 read_char(common, 0xa, 0x2029, NULL, 0); in compile_char1_matchingpath()
9187 read_char(common, c < oc ? c : oc, c > oc ? c : oc, NULL, 0); in compile_char1_matchingpath()
9247 read_char(common, c, c, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
9276 read_char(common, 0, bit, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
9278 read_char(common, 0, bit, NULL, 0); in compile_char1_matchingpath()
9281 read_char(common, 0, 255, backtracks, READ_CHAR_UPDATE_STR_PTR); in compile_char1_matchingpath()
[all …]

Completed in 43 milliseconds