Searched refs:PCRE2_NOTEOL (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2.h | 170 #define PCRE2_NOTEOL 0x00000002u macro
|
H A D | pcre2_match.c | 70 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \ 75 (PCRE2_NO_UTF_CHECK|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY|\ 5720 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match() 5805 if ((mb->moptions & PCRE2_NOTEOL) != 0) RRETURN(MATCH_NOMATCH); in match() 6498 fragment_options = PCRE2_NOTEOL; in pcre2_match() 7227 fragment_options = PCRE2_NOTBOL|PCRE2_NOTEOL; in pcre2_match()
|
H A D | pcre2_dfa_match.c | 86 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \ 1029 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match() 1056 if ((mb->moptions & PCRE2_NOTEOL) == 0) in internal_dfa_match()
|
H A D | pcre2_jit_compile.c | 8063 …LJIT_UNUSED, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath() 8066 …UNUSED, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath() 8083 …LJIT_UNUSED, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath() 8086 …UNUSED, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTEOL); in compile_simple_assertion_matchingpath()
|
Completed in 63 milliseconds