/external/selinux/libsepol/include/sepol/policydb/ |
hashtab.h | 35 } hashtab_node_t; typedef in typeref:struct:hashtab_node
|
/external/selinux/policycoreutils/newrole/ |
hashtab.h | 31 } hashtab_node_t; typedef in typeref:struct:hashtab_node
|
hashtab.c | 64 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 139 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t));
|
/external/selinux/libsepol/src/ |
hashtab.c | 85 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); 160 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t));
|