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