Home | History | Annotate | Download | only in src

Lines Matching refs:partial_regex

595     const char* const partial_regex = (*regex == '\0') ? "()" : regex;
596 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;