Searched defs:hashtab_key_t (Results 1 - 2 of 2) sorted by path

/external/selinux/libsepol/include/sepol/policydb/
H A Dhashtab.h24 typedef char *hashtab_key_t; /* generic key type */ typedef
30 hashtab_key_t key;
39 unsigned int (*hash_value) (struct hashtab_val * h, hashtab_key_t key); /* hash function */
40 int (*keycmp) (struct hashtab_val * h, hashtab_key_t key1, hashtab_key_t key2); /* key comparison function */
52 const hashtab_key_t
55 const hashtab_key_t key1,
56 const hashtab_key_t key2),
65 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
75 extern int hashtab_remove(hashtab_t h, hashtab_key_t
[all...]
/external/selinux/policycoreutils/newrole/
H A Dhashtab.h21 typedef char *hashtab_key_t; /* generic key type */ typedef
27 hashtab_key_t key;
36 unsigned int (*hash_value) (struct hashtab_val * h, hashtab_key_t key); /* hash function */
37 int (*keycmp) (struct hashtab_val * h, hashtab_key_t key1, hashtab_key_t key2); /* key comparison function */
55 const hashtab_key_t
58 const hashtab_key_t key1,
59 const hashtab_key_t key2),
68 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
78 extern int hashtab_remove(hashtab_t h, hashtab_key_t
[all...]

Completed in 2762 milliseconds