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

/external/selinux/libsepol/src/
H A Dpolicydb.c1601 scope_datum_t *scope_datum; local
1623 scope_datum =
1625 if (scope_datum == NULL) {
1629 if ((scope_datum = malloc(sizeof(*scope_datum))) == NULL) {
1633 scope_datum->scope = scope;
1634 scope_datum->decl_ids = NULL;
1635 scope_datum->decl_ids_len = 0;
1638 scope_datum)) != 0) {
1640 free(scope_datum);
[all...]
H A Dmodule_to_cil.c324 struct scope_datum *scope;
480 struct scope_datum *scope;
3349 struct scope_datum *scope;
3419 struct scope_datum *scope_datum; local
3433 scope_datum = hashtab_search(pdb->scope[sym].table, key);
3434 if (scope_datum == NULL) {
3438 for (j = 0; j < scope_datum->decl_ids_len; j++) {
3439 if (scope_datum->decl_ids[j] == decl->decl_id) {
3443 if (j >= scope_datum
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h471 typedef struct scope_datum { struct

Completed in 134 milliseconds