Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c334 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
337 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
368 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
385 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
963 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
966 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
972 return (*p == CHAR_RIGHT_CURLY_BRACKET); in is_counted_repeat()
1297 else if (*ptr == CHAR_RIGHT_CURLY_BRACKET) in check_escape()
1341 if (*ptr == CHAR_RIGHT_CURLY_BRACKET) in check_escape()
1536 if (c == CHAR_RIGHT_CURLY_BRACKET) break; in get_ucp()
[all …]
H A Dpcre_internal.h1347 #define CHAR_RIGHT_CURLY_BRACKET '}' macro
1610 #define CHAR_RIGHT_CURLY_BRACKET '\175' macro

Completed in 41 milliseconds