Searched refs:partial_regex_ (Results 1 – 2 of 2) sorted by relevance
712 regfree(&partial_regex_); in ~RE()732 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()756 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
911 regex_t partial_regex_; // For PartialMatch(). variable