Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dhashtab.h29 typedef struct hashtab_node *hashtab_ptr_t;
31 typedef struct hashtab_node { struct
/third_party/selinux/libsepol/src/
Dhashtab.c129 memset(newnode, 0, sizeof(struct hashtab_node)); in hashtab_insert()