Home
last modified time | relevance | path

Searched refs:PCRE2_LITERAL (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h153 #define PCRE2_LITERAL 0x02000000u /* C */ macro
H A Dpcre2_compile.c700 PCRE2_FIRSTLINE|PCRE2_LITERAL|PCRE2_NO_START_OPTIMIZE| \
2373 if ((options & PCRE2_LITERAL) != 0) in parse_regex()
9194 if ((options & PCRE2_LITERAL) != 0 && in pcre2_compile()
9288 if ((options & PCRE2_LITERAL) == 0) in pcre2_compile()

Completed in 26 milliseconds