Searched refs:PCRE2_HASTHEN (Results 1 – 3 of 3) sorted by relevance
519 #define PCRE2_HASTHEN 0x00001000 /* pattern contains (*THEN) */ macro
6263 cb->external_flags |= PCRE2_HASTHEN; in compile_branch()6275 cb->external_flags |= PCRE2_HASTHEN; in compile_branch()
6745 mb->hasthen = (re->flags & PCRE2_HASTHEN) != 0; in pcre2_match()
Completed in 46 milliseconds