Searched refs:GETCHARINCTEST (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 2331 GETCHARINCTEST(c, eptr); in match() 2348 GETCHARINCTEST(c, eptr); in match() 2365 GETCHARINCTEST(c, eptr); in match() 2382 GETCHARINCTEST(c, eptr); in match() 2399 GETCHARINCTEST(c, eptr); in match() 2416 GETCHARINCTEST(c, eptr); in match() 2433 GETCHARINCTEST(c, eptr); in match() 2468 GETCHARINCTEST(c, eptr); in match() 2483 GETCHARINCTEST(c, eptr); in match() 2498 GETCHARINCTEST(c, eptr); in match() [all …]
|
H A D | pcre_internal.h | 595 #define GETCHARINCTEST(c, eptr) c = *eptr++; macro 717 #define GETCHARINCTEST(c, eptr) \ macro 866 #define GETCHARINCTEST(c, eptr) \ macro 960 #define GETCHARINCTEST(c, eptr) \ macro
|
H A D | pcre_compile.c | 786 GETCHARINCTEST(c, ptr); /* Get character value, increment pointer */ in check_escape()
|
Completed in 77 milliseconds