Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c3279 pcre_uint32 cc = UCHAR21(eptr); in match()
4396 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4438 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4548 cc = UCHAR21(eptr); in match()
4565 cc = UCHAR21(eptr); in match()
4582 cc = UCHAR21(eptr); in match()
4599 cc = UCHAR21(eptr); in match()
4616 cc = UCHAR21(eptr); in match()
5719 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
5775 if (UCHAR21(eptr) == CHAR_LF) eptr++; in match()
[all …]
H A Dpcre_internal.h599 #define UCHAR21(eptr) (*(eptr)) macro
H A DChangeLog478 been changed to start with UCHAR21, and an extensive comment has been added

Completed in 52 milliseconds