Searched refs:sidtab_ptr_t (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dsidtab.h24 typedef struct sidtab_node *sidtab_ptr_t; typedef in typeref:struct:sidtab_node
33 sidtab_ptr_t *htable;
/external/selinux/libsepol/src/
H A Dsidtab.c30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE);
34 s->htable[i] = (sidtab_ptr_t) NULL;
290 sidtab_ptr_t cur, temp;

Completed in 151 milliseconds