Lines Matching full:regcomp
562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;563 // We want to call regcomp(&partial_regex_, ...) even if the573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;