Lines Matching refs:selabel_handle
27 int selabel_file_init(struct selabel_handle *rec,
30 int selabel_media_init(struct selabel_handle *rec,
33 int selabel_x_init(struct selabel_handle *rec,
36 int selabel_db_init(struct selabel_handle *rec,
39 int selabel_property_init(struct selabel_handle *rec,
42 int selabel_exact_match_init(struct selabel_handle *rec,
79 struct selabel_handle { struct
85 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h, argument
87 void (*func_close) (struct selabel_handle *h); argument
88 void (*func_stats) (struct selabel_handle *h); argument
89 bool (*func_partial_match) (struct selabel_handle *h, const char *key); argument
90 bool (*func_get_digests_all_partial_matches) (struct selabel_handle *h, argument
95 bool (*func_hash_all_partial_matches) (struct selabel_handle *h, argument
98 (struct selabel_handle *h, argument
102 enum selabel_cmp_result (*func_cmp)(struct selabel_handle *h1, argument
103 struct selabel_handle *h2);
124 selabel_validate(struct selabel_handle *rec, argument
140 compat_validate(struct selabel_handle *rec,