Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c157 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN,
272 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' };
276 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w,
4841 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
4971 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
5362 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
6751 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch()
6754 (tempptr[3] == CHAR_EQUALS_SIGN || in compile_branch()
6980 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch()
7012 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch()
[all …]
H A Dpcre_internal.h1283 #define CHAR_EQUALS_SIGN '=' macro
1546 #define CHAR_EQUALS_SIGN '\075' macro

Completed in 37 milliseconds