Lines Matching +defs:stack +defs:d
157 struct stack { struct
158 void **stack; argument
159 int pos;
160 int size;
392 static int stack_destroy(struct stack **stack) in stack_destroy()
405 static int stack_init(struct stack **stack) in stack_init()
430 static int stack_push(struct stack *stack, void *ptr) in stack_push()
452 static void *stack_pop(struct stack *stack) in stack_pop()
462 static void *stack_peek(struct stack *stack) in stack_peek()
1118 struct stack *stack = NULL; in cond_expr_to_cil() local
1622 struct stack *stack = NULL; in constraint_expr_to_string() local
3469 static int block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int … in block_to_cil()
3542 …ule_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int *inden… in module_block_to_cil()
3584 …atic int global_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) in global_block_to_cil()
3622 struct stack *stack; in blocks_to_cil() local
3653 …atic int linked_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack) in linked_block_to_cil()
3690 struct stack *stack; in linked_blocks_to_cil() local
3980 char *d = NULL; in fp_to_buffer() local