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;
1226 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack) in is_scope_in_stack()
1273 scope_stack_t * stack) in is_perm_in_stack()
1483 static int copy_requirements(avrule_decl_t * dest, scope_stack_t * stack) in copy_requirements()
1565 scope_stack_t *s = calloc(1, sizeof(*s)); in push_stack()
1596 scope_stack_t *parent; in pop_stack()