Searched refs:scope_index_t (Results 1 - 7 of 7) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h382 /* scope_index_t holds all of the symbols that are in scope in a
402 } scope_index_t; typedef in typeref:struct:scope_index
418 scope_index_t required; /* symbols needed to activate this block */
419 scope_index_t declared; /* symbols declared within this block */
511 * p_*_macros (cf. struct scope_index_t declaration). */
/external/libsepol/src/
H A Davrule_block.c77 static void scope_index_destroy(scope_index_t * scope)
H A Dlink.c1658 static int copy_scope_index(scope_index_t * src, scope_index_t * dest,
H A Dwrite.c1699 static int scope_index_write(scope_index_t * scope_index,
H A Dpolicydb.c3373 static int scope_index_read(scope_index_t * scope_index,
/external/checkpolicy/
H A Dmodule_compiler.c697 scope_index_t *scope;
1259 scope_index_t * scope)
1489 scope_index_t *src_scope = &stack->decl->required;
1490 scope_index_t *dest_scope = &dest->required;
/external/checkpolicy/test/
H A Ddismod.c514 static int display_scope_index(scope_index_t * indices, policydb_t * p,

Completed in 325 milliseconds