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