Searched refs:PCRE2_NOTEMPTY (Results 1 – 4 of 4) sorted by relevance
178 #define PCRE2_NOTEMPTY 0x00000004u /* ) These two must be kept */ macro
86 (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()
74 (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()
12373 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in compile_fail_accept_matchingpath()14586 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, PCRE2_NOTEMPTY); in jit_compile()
Completed in 61 milliseconds