Home
last modified time | relevance | path

Searched refs:hashtab_val_t (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dhashtab.h43 } hashtab_val_t; typedef
45 typedef hashtab_val_t *hashtab_t;
/external/selinux/policycoreutils/newrole/
Dhashtab.h39 } hashtab_val_t; typedef
41 typedef hashtab_val_t *hashtab_t;
Dhashtab.c25 p = (hashtab_t) malloc(sizeof(hashtab_val_t)); in hashtab_create()
29 memset(p, 0, sizeof(hashtab_val_t)); in hashtab_create()
/external/selinux/libsepol/src/
Dhashtab.c46 p = (hashtab_t) malloc(sizeof(hashtab_val_t)); in hashtab_create()
50 memset(p, 0, sizeof(hashtab_val_t)); in hashtab_create()