Searched refs:full_regex_ (Results 1 – 2 of 2) sorted by relevance
690 regfree(&full_regex_); in ~RE()699 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()732 is_valid_ = regcomp(&full_regex_, full_pattern, reg_flags) == 0; in Init()
1042 regex_t full_regex_; // For FullMatch(). variable