Lines Matching refs:selabel_handle
98 struct selabel_handle *rec, const char *path) in process_text_file()
116 static int load_mmap(FILE *fp, size_t len, struct selabel_handle *rec, in load_mmap()
530 struct selabel_handle *rec, in process_file()
709 static void closef(struct selabel_handle *rec);
711 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init()
844 static void closef(struct selabel_handle *rec) in closef()
898 static const struct spec **lookup_all(struct selabel_handle *rec, in lookup_all()
1012 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common()
1030 static bool get_digests_all_partial_matches(struct selabel_handle *rec, in get_digests_all_partial_matches()
1078 static bool hash_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t *digest) in hash_all_partial_matches()
1109 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup()
1120 static bool partial_match(struct selabel_handle *rec, const char *key) in partial_match()
1125 static struct selabel_lookup_rec *lookup_best_match(struct selabel_handle *rec, in lookup_best_match()
1192 static enum selabel_cmp_result cmp(struct selabel_handle *h1, in cmp()
1193 struct selabel_handle *h2) in cmp()
1266 static void stats(struct selabel_handle *rec) in stats()
1290 int selabel_file_init(struct selabel_handle *rec, in selabel_file_init()