OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_val_to_struct
(Results
1 - 6
of
6
) sorted by null
/external/libsepol/src/
hierarchy.c
171
s = a->p->
type_val_to_struct
[k->source_type - 1];
190
s = a->p->
type_val_to_struct
[k->target_type - 1];
expand.c
[
all
...]
policydb.c
883
p->
type_val_to_struct
[typdatum->s.value - 1] = typdatum;
1065
free(p->
type_val_to_struct
);
1066
p->
type_val_to_struct
= (type_datum_t **)
1068
if (!p->
type_val_to_struct
)
1301
if (p->
type_val_to_struct
)
1302
free(p->
type_val_to_struct
);
[
all
...]
/external/libsepol/tests/
test-common.c
95
CU_ASSERT(p->
type_val_to_struct
[d->s.value - 1] == d);
/external/libsepol/include/sepol/policydb/
policydb.h
501
type_datum_t **
type_val_to_struct
;
member in struct:policydb
/external/checkpolicy/
policy_define.c
1288
type = policydbp->
type_val_to_struct
[type->s.value - 1];
1290
type = policydbp->
type_val_to_struct
[type->primary - 1];
[
all
...]
Completed in 32 milliseconds