HomeSort by relevance Sort by last modified time
    Searched defs:hashtab_key_t (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 24 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 k
    [all...]
  /external/selinux/policycoreutils/newrole/
hashtab.h 21 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 k
    [all...]

Completed in 3695 milliseconds