Searched refs:PCRE2_NOTBOL (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2.h | 170 #define PCRE2_NOTBOL 0x00000001u 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|\ 5708 if (Feptr != mb->start_subject || (mb->moptions & PCRE2_NOTBOL) != 0) in match() 5775 if ((mb->moptions & PCRE2_NOTBOL) != 0 && Feptr == mb->start_subject) in match() 7242 fragment_options = PCRE2_NOTBOL; in pcre2_match() 7254 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| \ 953 if (ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) in internal_dfa_match() 959 if ((ptr == start_subject && (mb->moptions & PCRE2_NOTBOL) == 0) || in internal_dfa_match()
|
H A D | pcre2_jit_compile.c | 8203 …LJIT_UNUSED, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTBOL); in compile_simple_assertion_matchingpath() 8210 …UNUSED, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTBOL); in compile_simple_assertion_matchingpath() 8222 …LJIT_UNUSED, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTBOL); in compile_simple_assertion_matchingpath() 8228 …UNUSED, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options), SLJIT_IMM, PCRE2_NOTBOL); in compile_simple_assertion_matchingpath()
|
Completed in 67 milliseconds