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

/external/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/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.h18 typedef struct sidtab_node { struct
21 struct sidtab_node *next;
24 typedef struct sidtab_node *sidtab_ptr_t;

Completed in 204 milliseconds