Home
last modified time | relevance | path

Searched refs:scope_stack_t (Results 1 – 1 of 1) sorted by relevance

/external/selinux/checkpolicy/
Dmodule_compiler.c38 } scope_stack_t; typedef
50 static scope_stack_t *stack_top = NULL;
1107 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack) in is_scope_in_stack()
1154 scope_stack_t * stack) in is_perm_in_stack()
1364 static int copy_requirements(avrule_decl_t * dest, scope_stack_t * stack) in copy_requirements()
1446 scope_stack_t *s = calloc(1, sizeof(*s)); in push_stack()
1477 scope_stack_t *parent; in pop_stack()