Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c91 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
525 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
H A Dpcre2_internal.h740 #define CHAR_E 'E' macro
1037 #define CHAR_E '\105' macro
H A Dpcre2_compile.c2909 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()
3048 if (*ptr == CHAR_Q || *ptr == CHAR_E) in parse_regex()
3559 if (ptr < ptrend && *ptr == CHAR_E) ptr++; in parse_regex()
3607 if (c == CHAR_BACKSLASH && ptr < ptrend && *ptr == CHAR_E) in parse_regex()

Completed in 33 milliseconds