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

/external/selinux/checkpolicy/
H A Dmodule_compiler.c1106 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack) function
1125 return is_scope_in_stack(scope, stack->parent);
1136 return is_scope_in_stack(scope, stack_top);

Completed in 58 milliseconds