Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1862 case OP_CHAR: in find_fixedlength()
2160 case OP_CHAR: in PRIV()
2305 case OP_CHAR: in find_recurse()
2608 case OP_CHAR: in could_be_empty_branch()
2947 list[0] = OP_CHAR; in get_chr_property_list()
2992 case OP_CHAR: in get_chr_property_list()
3250 if (base_list[0] == OP_CHAR) in compare_opcodes()
3494 case OP_CHAR: in compare_opcodes()
3823 case OP_CHAR: in auto_possessify()
6397 case OP_CHAR: in compile_branch()
[all …]
H A Dpcre_study.c215 case OP_CHAR: in find_minlength()
1078 case OP_CHAR: in set_start_bits()
H A DHACKING223 The OP_CHAR opcode is followed by a single character that is to be matched
228 If there is only one character in a character class, OP_CHAR or OP_CHARI is
314 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a
H A Dpcre_jit_compile.c677 case OP_CHAR: in next_opcode()
1371 case OP_CHAR: in get_framesize()
3266 case OP_CHAR: in scan_prefix()
5665 case OP_CHAR: in compile_char1_matchingpath()
5671 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath()
5694 if (type == OP_CHAR || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5874 if (*cc == OP_CHAR) in compile_charn_matchingpath()
7813 *type = OP_CHAR; in get_iterator_parameters()
7940 case OP_CHAR: in compile_iterator_matchingpath()
8339 case OP_CHAR: in compile_matchingpath()
H A Dpcre_internal.h1930 OP_CHAR, /* 29 Match one character, casefully */ enumerator
H A Dpcre_exec.c3227 case OP_CHAR: in match()

Completed in 86 milliseconds