Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c292 case OP_ANYNL: in find_minlength()
1132 case OP_ANYNL: in set_start_bits()
1256 case OP_ANYNL: in set_start_bits()
H A Dpcre_exec.c2449 case OP_ANYNL: in match()
4424 case OP_ANYNL: in match()
4676 case OP_ANYNL: in match()
5172 case OP_ANYNL: in match()
5297 case OP_ANYNL: in match()
5762 case OP_ANYNL: in match()
5938 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
5981 case OP_ANYNL: in match()
6181 if (ctype == OP_ANYNL && eptr > pp && *eptr == CHAR_LF && in match()
H A Dpcre_compile.c1967 case OP_ANYNL: in find_fixedlength()
2593 case OP_ANYNL: in could_be_empty_branch()
2980 case OP_ANYNL: in get_chr_property_list()
3559 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.h1912 OP_ANYNL, /* 17 \R (any newline sequence) */ enumerator
H A DHACKING196 OP_ANYNL match any Unicode newline sequence

Completed in 80 milliseconds