Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h177 #define PCRE2_NOTEOL 0x00000002u macro
H A Dpcre2_match.c74 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \
80 (PCRE2_NO_UTF_CHECK|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY|\
6148 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
6233 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match()
6924 fragment_options = PCRE2_NOTEOL; in pcre2_match()
7695 fragment_options = PCRE2_NOTBOL|PCRE2_NOTEOL; in pcre2_match()
H A Dpcre2_dfa_match.c86 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \
1031 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
1058 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
H A Dpcre2_jit_compile.c8578 … | SLJIT_SET_Z, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath()
8581 …JIT_SET_Z, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath()
8598 … | SLJIT_SET_Z, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath()
8601 …JIT_SET_Z, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath()

Completed in 69 milliseconds