Home | History | Annotate | Download | only in src

Lines Matching refs:partial_regex

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