Lines Matching +defs:context +defs:stack
171 struct stack { struct
172 void **stack; member
173 int pos;
174 int size;
414 static int stack_destroy(struct stack **stack) in stack_destroy()
427 static int stack_init(struct stack **stack) in stack_init()
452 static int stack_push(struct stack *stack, void *ptr) in stack_push()
474 static void *stack_pop(struct stack *stack) in stack_pop()
484 static void *stack_peek(struct stack *stack) in stack_peek()
1256 struct stack *stack = NULL; in cond_expr_to_cil() local
1712 struct stack *stack = NULL; in constraint_expr_to_string() local
3289 char *context = NULL; in file_contexts_to_cil() local
3641 static int block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int … in block_to_cil()
3725 …ule_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int *inden… in module_block_to_cil()
3767 …atic int global_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) in global_block_to_cil()
3805 struct stack *stack = NULL; in blocks_to_cil() local
3836 …atic int linked_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) in linked_block_to_cil()
3873 struct stack *stack = NULL; in linked_blocks_to_cil() local