Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h1161 #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \ macro
1168 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| \
H A Dpcre_compile.c7893 options = (options & ~PCRE_NEWLINE_BITS) | newnl; in pcre_compile2()
7951 switch (options & PCRE_NEWLINE_BITS) in pcre_compile2()
H A Dpcre_exec.c6484 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