Home
last modified time | relevance | path

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

/PHP-7.4/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.c375 case OP_ANYNL: in get_chr_property_list()
1011 case OP_ANYNL: in compare_opcodes()
H A Dpcre2_match.c2309 case OP_ANYNL: in match()
2882 case OP_ANYNL: in match()
3138 case OP_ANYNL: in match()
3631 case OP_ANYNL: in match()
3759 case OP_ANYNL: in match()
4231 case OP_ANYNL: in match()
4412 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && in match()
4457 case OP_ANYNL: in match()
4664 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && *Feptr == CHAR_LF && in match()
H A Dpcre2_internal.h1365 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
H A Dpcre2_dfa_match.c821 case OP_ANYNL: codevalue += OP_ANYNL_EXTRA; break; in internal_dfa_match()
2240 case OP_ANYNL: in internal_dfa_match()
H A Dpcre2_jit_compile.c887 case OP_ANYNL: in next_opcode()
1299 case OP_ANYNL: in detect_early_fail()
1333 if (cc[0] != OP_ANYNL && cc[0] != OP_EXTUNI) in detect_early_fail()
1866 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1872 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
2054 case OP_ANYNL: in get_framesize()
8555 case OP_ANYNL: in compile_char1_matchingpath()
11192 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11233 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
11825 case OP_ANYNL: in compile_matchingpath()
[all …]

Completed in 129 milliseconds