Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c175 CHAR_BACKSLASH, CHAR_RIGHT_SQUARE_BRACKET,
3920 if (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in check_posix_syntax()
3922 else if (*ptr == CHAR_RIGHT_SQUARE_BRACKET) return FALSE; in check_posix_syntax()
3925 if (*ptr == terminator && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in check_posix_syntax()
4789 case CHAR_RIGHT_SQUARE_BRACKET: in compile_branch()
4860 if (c == CHAR_RIGHT_SQUARE_BRACKET && in compile_branch()
5279 if (*ptr == CHAR_NULL || (!inescq && *ptr == CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5379 if (!inescq && class_one_char == 1 && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in compile_branch()
5454 (c != CHAR_RIGHT_SQUARE_BRACKET || inescq)); in compile_branch()
H A Dpcre_internal.h1316 #define CHAR_RIGHT_SQUARE_BRACKET ']' macro
1579 #define CHAR_RIGHT_SQUARE_BRACKET '\135' macro

Completed in 32 milliseconds