Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c373 case OP_ANYNL: in find_minlength()
1294 case OP_ANYNL: in set_start_bits()
1431 case OP_ANYNL: in set_start_bits()
H A Dpcre2_auto_possess.c392 case OP_ANYNL: in get_chr_property_list()
1029 case OP_ANYNL: in compare_opcodes()
H A Dpcre2_match.c2326 case OP_ANYNL: in match()
2975 case OP_ANYNL: in match()
3231 case OP_ANYNL: in match()
3786 case OP_ANYNL: in match()
3914 case OP_ANYNL: in match()
4440 case OP_ANYNL: in match()
4621 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && in match()
4666 case OP_ANYNL: in match()
4873 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && *Feptr == CHAR_LF && in match()
H A Dpcre2_dfa_match.c821 case OP_ANYNL: codevalue += OP_ANYNL_EXTRA; break; in internal_dfa_match()
2297 case OP_ANYNL: in internal_dfa_match()
H A Dpcre2_internal.h1389 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
H A Dpcre2_jit_compile.c892 case OP_ANYNL: in next_opcode()
1306 case OP_ANYNL: in detect_early_fail()
1340 if (cc[0] != OP_ANYNL && cc[0] != OP_EXTUNI) in detect_early_fail()
1867 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1873 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
2055 case OP_ANYNL: in get_framesize()
8863 case OP_ANYNL: in compile_char1_matchingpath()
11500 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11541 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
12133 case OP_ANYNL: in compile_matchingpath()
[all …]

Completed in 112 milliseconds