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