Home | History | Annotate | Download | only in src

Lines Matching refs:REG_EXTENDED

563   is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
574 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;