Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.c1664 unsigned long int pcre_compile_options; in regex_compile() local
1725 pcre2_pattern_info (re, PCRE2_INFO_ALLOPTIONS, &pcre_compile_options); in regex_compile()
1726 compile_options = pcre_compile_options & G_REGEX_COMPILE_PCRE_MASK; in regex_compile()
1729 if ((pcre_compile_options & PCRE2_NEWLINE_ANYCRLF) != PCRE2_NEWLINE_ANYCRLF) in regex_compile()