/external/selinux/libsepol/src/ |
hashtab.c | 55 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size); 61 p->htable[i] = (hashtab_ptr_t) NULL; 69 hashtab_ptr_t prev, cur, newnode; 85 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 108 hashtab_ptr_t cur, last; 141 hashtab_ptr_t prev, cur, newnode; 160 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 182 hashtab_ptr_t cur; 201 hashtab_ptr_t cur, temp [all...] |
/external/selinux/policycoreutils/newrole/ |
hashtab.c | 34 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size); 40 p->htable[i] = (hashtab_ptr_t) NULL; 48 hashtab_ptr_t prev, cur, newnode; 64 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 87 hashtab_ptr_t cur, last; 120 hashtab_ptr_t prev, cur, newnode; 139 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 161 hashtab_ptr_t cur; 180 hashtab_ptr_t cur, temp [all...] |
hashtab.h | 25 typedef struct hashtab_node *hashtab_ptr_t; typedef in typeref:struct:hashtab_node 30 hashtab_ptr_t next; 34 hashtab_ptr_t *htable; /* hash table */
|
/external/selinux/libsepol/include/sepol/policydb/ |
hashtab.h | 29 typedef struct hashtab_node *hashtab_ptr_t; typedef in typeref:struct:hashtab_node 34 hashtab_ptr_t next; 38 hashtab_ptr_t *htable; /* hash table */
|
/external/selinux/semodule-utils/semodule_deps/ |
semodule_deps.c | 223 hashtab_ptr_t cur; 241 hashtab_ptr_t cur, cur2; 275 hashtab_ptr_t cur, cur2;
|