Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h1111 #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \ macro
1119 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
1124 PCRE_NO_UTF8_CHECK|PCRE_PARTIAL_HARD|PCRE_PARTIAL_SOFT|PCRE_NEWLINE_BITS| \
1130 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A Dpcre_exec.c6609 switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : in pcre_exec()
6610 (pcre_uint32)options) & PCRE_NEWLINE_BITS) in pcre_exec()
H A Dpcre_compile.c9170 options = (options & ~PCRE_NEWLINE_BITS) | newnl; in pcre_compile2()
9233 switch (options & PCRE_NEWLINE_BITS) in pcre_compile2()
H A Dpcre_jit_compile.c9835 switch(re->options & PCRE_NEWLINE_BITS) in PRIV()

Completed in 71 milliseconds