Searched refs:match_prefix (Results 1 – 2 of 2) sorted by relevance
131 static bool match_prefix(const char *key, u8 *index, u16 *len) in match_prefix() function156 if (!match_prefix(key, &prefix, &prefixlen)) in parse_one_xattr()
2368 const llvm::StringRef &match_prefix, in AddMatches() argument2374 if (match_prefix.empty()) in AddMatches()2376 else if (strncmp(def->children[i].name, match_prefix.data(), in AddMatches()2377 match_prefix.size()) == 0) in AddMatches()2379 MakeMatch(prefix, def->children[i].name + match_prefix.size())); in AddMatches()