Searched refs:pcre_compile_options (Results 1 – 1 of 1) sorted by relevance
1664 unsigned long int pcre_compile_options; in regex_compile() local1725 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()