Home
last modified time | relevance | path

Searched refs:hashtab_create (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/src/
Dsymtab.c38 s->table = hashtab_create(symhash, symcmp, size); in symtab_init()
Dhashtab.c35 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, in hashtab_create() function
Dpolicydb.c874 p->filename_trans = hashtab_create(filenametr_hash, filenametr_cmp, (1 << 10)); in policydb_init()
880 p->range_tr = hashtab_create(rangetr_hash, rangetr_cmp, 256); in policydb_init()
/external/selinux/libsepol/include/sepol/policydb/
Dhashtab.h53 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
/external/selinux/policycoreutils/newrole/
Dhashtab.h55 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
Dhashtab.c14 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, in hashtab_create() function
Dnewrole.c314 hashtab_create(reqsymhash, reqsymcmp, PAM_SERVICE_SLOTS); in read_pam_config()
/external/selinux/libsepol/cil/src/
Dcil_strpool.c104 cil_strpool_tab = hashtab_create(cil_strpool_hash, cil_strpool_compare, CIL_STRPOOL_TABLE_SIZE); in cil_strpool_init()
Dandroid.c874 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ); in cil_android_attrib_mapping()
904 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ); in cil_android_attributize()
Dcil_binary.c4963 …filename_trans_table = hashtab_create(filename_trans_hash, filename_trans_compare, FILENAME_TRANS_… in cil_binary_create_allocated_pdb()
4969 range_trans_table = hashtab_create(range_trans_hash, range_trans_compare, RANGE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb()
4975 role_trans_table = hashtab_create(role_trans_hash, role_trans_compare, ROLE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb()
4981 avrulex_ioctl_table = hashtab_create(avrulex_hash, avrulex_compare, AVRULEX_TABLE_SIZE); in cil_binary_create_allocated_pdb()