Home
last modified time | relevance | path

Searched refs:BACKCHAR (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c112 if (utf) BACKCHAR(bptr); in PRIV()
121 BACKCHAR(bptr); in PRIV()
H A Dpcre2_newline.c178 BACKCHAR(ptr); in PRIV()
H A Dpcre2_intmodedep.h55 #undef BACKCHAR
345 #define BACKCHAR(eptr) while((*eptr & 0xc0u) == 0x80u) eptr-- macro
451 #define BACKCHAR(eptr) if ((*eptr & 0xfc00u) == 0xdc00u) eptr-- macro
524 #define BACKCHAR(eptr) do { } while (0) macro
H A Dpcre2_match.c1296 BACKCHAR(Feptr); in match()
1677 BACKCHAR(Feptr); in match()
1815 BACKCHAR(Feptr); in match()
2047 BACKCHAR(Feptr); in match()
2216 if (utf) BACKCHAR(Feptr); in match()
4095 if (utf) BACKCHAR(Feptr); in match()
4145 BACKCHAR(Feptr); in match()
4156 BACKCHAR(fptr); in match()
4411 BACKCHAR(Feptr); in match()
5491 BACKCHAR(Feptr); in match()
[all …]
H A Dpcre2_dfa_match.c1111 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
H A Dpcre2_compile.c6908 BACKCHAR(lastchar); in compile_branch()
H A Dpcre2_jit_compile.c8254 BACKCHAR(bptr); in do_extuni_utf()

Completed in 79 milliseconds