Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1855 case OP_CHAR: in find_fixedlength()
2151 case OP_CHAR: in PRIV()
2271 case OP_CHAR: in find_recurse()
2536 case OP_CHAR: in could_be_empty_branch()
3142 if (op_code == OP_CHAR || op_code == OP_CHARI || in check_auto_possessive()
3170 case OP_CHAR: in check_auto_possessive()
3282 case OP_CHAR: in check_auto_possessive()
4816 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
4822 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
6994 *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
[all …]
H A Dpcre_study.c209 case OP_CHAR: in find_minlength()
971 case OP_CHAR: in set_start_bits()
H A Dpcre_printint.src221 case OP_CHAR:
228 while (*code == OP_CHAR);
H A DHACKING210 The OP_CHAR opcode is followed by a single character that is to be matched
290 If there is only one character in the class, OP_CHAR or OP_CHARI is used for a
H A Dpcre_internal.h1921 OP_CHAR, /* 29 Match one character, casefully */ enumerator
H A Dpcre_exec.c3141 case OP_CHAR: in match()

Completed in 48 milliseconds