Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c290 case OP_ANYNL: in find_minlength()
1130 case OP_ANYNL: in set_start_bits()
1254 case OP_ANYNL: in set_start_bits()
H A Dpcre_exec.c2447 case OP_ANYNL: in match()
4422 case OP_ANYNL: in match()
4674 case OP_ANYNL: in match()
5170 case OP_ANYNL: in match()
5295 case OP_ANYNL: in match()
5760 case OP_ANYNL: in match()
5936 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
5979 case OP_ANYNL: in match()
6179 if (ctype == OP_ANYNL && eptr > pp && *eptr == CHAR_LF && in match()
H A Dpcre_compile.c1965 case OP_ANYNL: in find_fixedlength()
2591 case OP_ANYNL: in could_be_empty_branch()
2978 case OP_ANYNL: in get_chr_property_list()
3557 case OP_ANYNL: in compare_opcodes()
H A Dpcre_jit_compile.c604 case OP_ANYNL: in next_opcode()
1171 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
1177 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1359 case OP_ANYNL: in get_framesize()
5429 case OP_ANYNL: in compile_char1_matchingpath()
7935 case OP_ANYNL: in compile_iterator_matchingpath()
7969 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
8312 case OP_ANYNL: in compile_matchingpath()
8621 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_backtrackingpath()
H A Dpcre_internal.h1908 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
H A DHACKING196 OP_ANYNL match any Unicode newline sequence

Completed in 86 milliseconds