Home
last modified time | relevance | path

Searched refs:CHAR_EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c159 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN,
274 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' };
278 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w,
4843 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
4973 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
5364 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
6744 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch()
6747 (tempptr[3] == CHAR_EQUALS_SIGN || in compile_branch()
6973 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch()
7005 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch()
[all …]
H A Dpcre_internal.h1287 #define CHAR_EQUALS_SIGN '=' macro
1550 #define CHAR_EQUALS_SIGN '\075' macro

Completed in 48 milliseconds