Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c2327 if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4400 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4413 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4436 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4567 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4601 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4687 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
5175 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5300 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
5723 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
[all …]
H A Dpcre_internal.h595 #define UCHAR21(eptr) (*(eptr)) argument
596 #define UCHAR21TEST(eptr) (*(eptr)) argument
597 #define UCHAR21INC(eptr) (*(eptr)++) argument
598 #define UCHAR21INCTEST(eptr) (*(eptr)++) argument
613 #define GETCHAR(c, eptr) c = *eptr; argument
614 #define GETCHARTEST(c, eptr) c = *eptr; argument
615 #define GETCHARINC(c, eptr) c = *eptr++; argument
794 #define BACKCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr-- argument
797 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ argument
890 #define BACKCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr-- argument
[all …]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c515 char *ptr, *eptr; in file_printable() local
518 for (ptr = buf, eptr = ptr + bufsiz - 1; ptr < eptr && *s; s++) { in file_printable()
523 if (ptr >= eptr - 3) in file_printable()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2370 if (ptr >= eptr - 3)

Completed in 51 milliseconds