Searched refs:GETCHAR (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_newline.c | 84 GETCHAR(c, ptr); in PRIV() 161 GETCHAR(c, ptr); in PRIV()
|
H A D | pcre_internal.h | 592 #define GETCHAR(c, eptr) c = *eptr; macro 696 #define GETCHAR(c, eptr) \ macro 839 #define GETCHAR(c, eptr) \ macro 942 #define GETCHAR(c, eptr) \ macro 968 GETCHAR(c, eptr)
|
H A D | pcre_exec.c | 2181 GETCHAR(c, lastptr); in match() 2205 GETCHAR(c, eptr); in match() 5533 GETCHAR(c, eptr); in match()
|
H A D | pcre_compile.c | 6980 GETCHAR(c, mcbuffer); in compile_branch()
|
H A D | ChangeLog | 997 18. At a user's suggestion, the macros GETCHAR and friends (which pick up UTF-8
|
Completed in 58 milliseconds