Searched refs:PCRE_NEWLINE_BITS (Results 1 – 3 of 3) sorted by relevance
1161 #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \ macro1168 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \1173 PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_NEWLINE_BITS| \1179 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
7893 options = (options & ~PCRE_NEWLINE_BITS) | newnl; in pcre_compile2()7951 switch (options & PCRE_NEWLINE_BITS) in pcre_compile2()
6484 switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : in pcre_exec()6485 (pcre_uint32)options) & PCRE_NEWLINE_BITS) in pcre_exec()
Completed in 71 milliseconds