Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c376 case OP_ANYNL: in find_minlength()
1173 case OP_ANYNL: in set_start_bits()
1384 case OP_ANYNL: in set_start_bits()
1521 case OP_ANYNL: in set_start_bits()
H A Dpcre2_auto_possess.c392 case OP_ANYNL: in get_chr_property_list()
1035 case OP_ANYNL: in compare_opcodes()
H A Dpcre2_match.c2377 case OP_ANYNL: in match()
3046 case OP_ANYNL: in match()
3302 case OP_ANYNL: in match()
3866 case OP_ANYNL: in match()
3994 case OP_ANYNL: in match()
4533 case OP_ANYNL: in match()
4714 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && in match()
4759 case OP_ANYNL: in match()
4966 if (Lctype == OP_ANYNL && Feptr > Lstart_eptr && *Feptr == CHAR_LF && in match()
H A Dpcre2_dfa_match.c823 case OP_ANYNL: codevalue += OP_ANYNL_EXTRA; break; in internal_dfa_match()
2344 case OP_ANYNL: in internal_dfa_match()
H A Dpcre2_internal.h1414 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
H A Dpcre2_jit_compile.c933 case OP_ANYNL: in next_opcode()
1356 case OP_ANYNL: in detect_early_fail()
1395 if (cc[0] != OP_ANYNL && cc[0] != OP_EXTUNI) in detect_early_fail()
1965 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1971 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
2153 case OP_ANYNL: in get_framesize()
9064 case OP_ANYNL: in compile_char1_matchingpath()
11888 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11929 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
12522 case OP_ANYNL: in compile_matchingpath()
[all …]

Completed in 66 milliseconds