Home
last modified time | relevance | path

Searched refs:UCHAR21 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c3277 pcre_uint32 cc = UCHAR21(eptr); in match()
4394 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4436 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4546 cc = UCHAR21(eptr); in match()
4563 cc = UCHAR21(eptr); in match()
4580 cc = UCHAR21(eptr); in match()
4597 cc = UCHAR21(eptr); in match()
4614 cc = UCHAR21(eptr); in match()
5717 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
5773 if (UCHAR21(eptr) == CHAR_LF) eptr++; in match()
[all …]
H A Dpcre_internal.h595 #define UCHAR21(eptr) (*(eptr)) macro
H A DChangeLog478 been changed to start with UCHAR21, and an extensive comment has been added

Completed in 45 milliseconds