Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2329 if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4402 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4415 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4438 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4569 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4603 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4689 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
5177 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5302 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
5725 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
[all …]
H A Dpcre_internal.h599 #define UCHAR21(eptr) (*(eptr)) argument
600 #define UCHAR21TEST(eptr) (*(eptr)) argument
601 #define UCHAR21INC(eptr) (*(eptr)++) argument
602 #define UCHAR21INCTEST(eptr) (*(eptr)++) argument
617 #define GETCHAR(c, eptr) c = *eptr; argument
618 #define GETCHARTEST(c, eptr) c = *eptr; argument
619 #define GETCHARINC(c, eptr) c = *eptr++; argument
798 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- argument
801 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ argument
894 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- argument
[all …]

Completed in 34 milliseconds