Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c175 CHAR_BACKSLASH, CHAR_RIGHT_SQUARE_BRACKET,
3940 (ptr[1] == CHAR_RIGHT_SQUARE_BRACKET || in check_posix_syntax()
3944 *ptr == CHAR_RIGHT_SQUARE_BRACKET) return FALSE; in check_posix_syntax()
3945 else if (*ptr == terminator && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in check_posix_syntax()
4805 case CHAR_RIGHT_SQUARE_BRACKET: in compile_branch()
4877 if (c == CHAR_RIGHT_SQUARE_BRACKET && in compile_branch()
5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5316 if (*ptr == CHAR_NULL || (!inescq && *ptr == CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5420 class_one_char == 1 && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in compile_branch()
5495 (c != CHAR_RIGHT_SQUARE_BRACKET || inescq)); in compile_branch()
H A Dpcre_internal.h1319 #define CHAR_RIGHT_SQUARE_BRACKET ']' macro
1582 #define CHAR_RIGHT_SQUARE_BRACKET '\135' macro

Completed in 40 milliseconds