Searched refs:PCRE2_NOTEMPTY (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2.h | 172 #define PCRE2_NOTEMPTY 0x00000004u /* ) These two must be kept */ macro
|
H A D | pcre2_dfa_match.c | 86 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \ 882 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match() 3340 #define OO (PCRE2_NOTEMPTY|PCRE2_NOTEMPTY_ATSTART) in pcre2_dfa_match()
|
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|\ 838 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match() 6212 #define OO (PCRE2_NOTEMPTY|PCRE2_NOTEMPTY_ATSTART) in pcre2_match()
|
H A D | pcre2_jit_compile.c | 11754 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in compile_fail_accept_matchingpath() 13903 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in jit_compile()
|
Completed in 69 milliseconds