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()
1011 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common()
1024 static bool hash_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t *digest) in hash_all_partial_matches()
1055 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup()
1066 static bool partial_match(struct selabel_handle *rec, const char *key) in partial_match()
1071 static struct selabel_lookup_rec *lookup_best_match(struct selabel_handle *rec, in lookup_best_match()
1138 static enum selabel_cmp_result cmp(struct selabel_handle *h1, in cmp()
1139 struct selabel_handle *h2) in cmp()
1212 static void stats(struct selabel_handle *rec) in stats()
1236 int selabel_file_init(struct selabel_handle *rec, in selabel_file_init()