Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h598 #define RAWUCHARINC(eptr) (*(eptr)++) macro
782 #define RAWUCHARINC(eptr) \ macro
901 #define RAWUCHARINC(eptr) \ macro
986 #define RAWUCHARINC(eptr) \ macro
H A Dpcre_exec.c3153 while (length-- > 0) if (*ecode++ != RAWUCHARINC(eptr)) RRETURN(MATCH_NOMATCH); in match()

Completed in 36 milliseconds