Home
last modified time | relevance | path

Searched refs:REG_NOTEMPTY (Results 1 - 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h64 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE2_NOTEMPTY */ macro
H A Dpcre2posix.c363 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE2_NOTEMPTY; in pcre2_regexec()
H A Dpcre2test.c7212 if ((dat_datctl.options & PCRE2_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY; in process_data()

Completed in 16 milliseconds