Lines Matching refs:regcomp
585 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;586 // We want to call regcomp(&partial_regex_, ...) even if the596 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;