• Home
  • Raw
  • Download

Lines Matching refs:hashtab_key_t

74 static int type_copy_callback(hashtab_key_t key, hashtab_datum_t datum,  in type_copy_callback()
126 (hashtab_key_t) new_id, in type_copy_callback()
144 static int attr_convert_callback(hashtab_key_t key, hashtab_datum_t datum, in attr_convert_callback()
187 static int perm_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in perm_copy_callback()
224 static int common_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in common_copy_callback()
392 static int class_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in class_copy_callback()
479 static int constraint_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in constraint_copy_callback()
510 static int type_bounds_copy_callback(hashtab_key_t key, in type_bounds_copy_callback()
540 static int role_bounds_copy_callback(hashtab_key_t key, in role_bounds_copy_callback()
570 static int user_bounds_copy_callback(hashtab_key_t key, in user_bounds_copy_callback()
605 static int alias_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in alias_copy_callback()
664 (hashtab_key_t) new_id, in alias_copy_callback()
685 static int role_remap_dominates(hashtab_key_t key __attribute__ ((unused)), hashtab_datum_t datum, … in role_remap_dominates()
709 static int role_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in role_fix_callback()
776 static int role_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in role_copy_callback()
826 (hashtab_key_t) new_id, in role_copy_callback()
930 static int user_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in user_copy_callback()
973 (hashtab_key_t) new_id, in user_copy_callback()
1044 static int bool_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in bool_copy_callback()
1086 (hashtab_key_t) new_id, in bool_copy_callback()
1103 static int sens_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in sens_copy_callback()
1137 (hashtab_key_t) new_id, in sens_copy_callback()
1155 static int cats_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in cats_copy_callback()
1182 (hashtab_key_t) new_id, (hashtab_datum_t) new_cat)) { in cats_copy_callback()
2237 static int type_attr_map(hashtab_key_t key in type_attr_map()