Searched defs:eptr (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 301 #define GETCHAR(c, eptr) \ argument 308 #define GETCHARTEST(c, eptr) \ argument 315 #define GETCHARINC(c, eptr) \ argument 387 #define GETUTF16(c, eptr) \ argument 393 #define GETCHAR(c, eptr) \ argument 400 #define GETCHARTEST(c, eptr) \ argument 407 #define GETUTF16INC(c, eptr) \ argument 413 #define GETCHARINC(c, eptr) \ argument 482 #define GETCHAR(c, eptr) \ argument 488 #define GETCHARTEST(c, eptr) \ argument [all …]
|
H A D | pcre2_internal.h | 266 #define GETUTF8(c, eptr) \ argument 288 #define GETUTF8INC(c, eptr) \ argument 322 #define GETUTF8LEN(c, eptr, len) \ argument
|
H A D | pcre2_match.c | 359 PCRE2_SPTR eptr; in match_ref() local
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | funcs.c | 690 char *ptr, *eptr = buf + bufsiz - 1; in file_printable() local
|
Completed in 36 milliseconds