Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dhashtab.h29 typedef struct hashtab_node *hashtab_ptr_t;
31 typedef struct hashtab_node { struct
/external/selinux/policycoreutils/newrole/
Dhashtab.h25 typedef struct hashtab_node *hashtab_ptr_t;
27 typedef struct hashtab_node { struct
Dhashtab.c67 memset(newnode, 0, sizeof(struct hashtab_node)); in hashtab_insert()
142 memset(newnode, 0, sizeof(struct hashtab_node)); in hashtab_replace()
/external/selinux/libsepol/src/
Dhashtab.c88 memset(newnode, 0, sizeof(struct hashtab_node)); in hashtab_insert()
163 memset(newnode, 0, sizeof(struct hashtab_node)); in hashtab_replace()