Searched refs:PCRE2_UNGREEDY (Results 1 – 3 of 3) sorted by relevance
137 #define PCRE2_UNGREEDY 0x00040000u /* C */ macro
777 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)2489 PCRE2_UNGREEDY)3999 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in parse_regex()5362 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()6231 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
745 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()
Completed in 40 milliseconds