Searched refs:sidtab_node (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libselinux/src/
H A Davc_sidtab.h12 struct sidtab_node { struct
14 struct sidtab_node *next;
23 struct sidtab_node **htable;
H A Davc_sidtab.c35 s->htable = (struct sidtab_node **)avc_malloc
36 (sizeof(struct sidtab_node *) * SIDTAB_SIZE);
52 struct sidtab_node *newnode;
55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode));
82 struct sidtab_node *cur;
107 struct sidtab_node *cur;
135 struct sidtab_node *cur, *temp;
/external/selinux/libsepol/include/sepol/policydb/
H A Dsidtab.h19 typedef struct sidtab_node { struct
22 struct sidtab_node *next;
25 typedef struct sidtab_node *sidtab_ptr_t;

Completed in 94 milliseconds