Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c336 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
339 CHAR_N, CHAR_d, CHAR_RIGHT_CURLY_BRACKET, '\0' };
370 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
387 CHAR_L, CHAR_RIGHT_CURLY_BRACKET, '\0' };
965 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
968 if (*p == CHAR_RIGHT_CURLY_BRACKET) return TRUE; in is_counted_repeat()
974 return (*p == CHAR_RIGHT_CURLY_BRACKET); in is_counted_repeat()
1299 else if (*ptr == CHAR_RIGHT_CURLY_BRACKET) in check_escape()
1343 if (*ptr == CHAR_RIGHT_CURLY_BRACKET) in check_escape()
1538 if (c == CHAR_RIGHT_CURLY_BRACKET) break; in get_ucp()
[all …]
H A Dpcre_internal.h1351 #define CHAR_RIGHT_CURLY_BRACKET '}' macro
1614 #define CHAR_RIGHT_CURLY_BRACKET '\175' macro

Completed in 39 milliseconds