Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dhashtab.h43 } hashtab_val_t; typedef
45 typedef hashtab_val_t *hashtab_t;
/third_party/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()