Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h178 #define PCRE2_NOTEMPTY 0x00000004u /* ) These two must be kept */ macro
H A Dpcre2_dfa_match.c86 (PCRE2_ANCHORED|PCRE2_ENDANCHORED|PCRE2_NOTBOL|PCRE2_NOTEOL|PCRE2_NOTEMPTY| \
884 ((mb->moptions & PCRE2_NOTEMPTY) == 0 && in internal_dfa_match()
3451 #define OO (PCRE2_NOTEMPTY|PCRE2_NOTEMPTY_ATSTART) in pcre2_dfa_match()
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|\
887 ((mb->moptions & PCRE2_NOTEMPTY) != 0 || in match()
6634 #define OO (PCRE2_NOTEMPTY|PCRE2_NOTEMPTY_ATSTART) in pcre2_match()
H A Dpcre2_jit_compile.c12311 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in compile_fail_accept_matchingpath()
14524 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in jit_compile()

Completed in 100 milliseconds