Searched refs:full_regex_ (Results 1 – 2 of 2) sorted by relevance
713 regfree(&full_regex_); in ~RE()723 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()745 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
910 regex_t full_regex_; // For FullMatch(). variable