Lines Matching defs:key
167 const char *key, int type)
171 if (key == NULL) {
176 lr = rec->func_lookup(rec, key, type);
188 const char *key, int type, const char **aliases)
192 if (key == NULL) {
197 lr = rec->func_lookup_best_match(rec, key, aliases, type);
268 const char *key, int type)
272 lr = selabel_lookup_common(rec, 1, key, type);
281 const char *key, int type)
285 lr = selabel_lookup_common(rec, 0, key, type);
293 bool selabel_partial_match(struct selabel_handle *rec, const char *key)
303 return rec->func_partial_match(rec, key);
307 const char *key,
315 return rec->func_get_digests_all_partial_matches(rec, key,
322 const char *key, uint8_t *digest) {
327 return rec->func_hash_all_partial_matches(rec, key, digest);
331 const char *key, const char **aliases, int type)
340 lr = selabel_lookup_bm_common(rec, 1, key, type, aliases);
349 const char *key, const char **aliases, int type)
358 lr = selabel_lookup_bm_common(rec, 0, key, type, aliases);