Searched refs:hll_expand (Results 1 - 1 of 1) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_parser.c | 49 uint32_t hll_expand; member 52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand) in push_hll_info() argument 57 new->hll_expand = hll_expand; in push_hll_info() 62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand) in pop_hll_info() argument 71 *hll_expand = info->hll_expand; in pop_hll_info() 96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *path) in add_hll_linemark() argument 118 prev_hll_expand = *hll_expand; in add_hll_linemark() 120 pop_hll_info(stack, hll_offset, hll_expand); in add_hll_linemark() 225 uint32_t hll_expand = 0; cil_parser() local [all...] |
Completed in 1 milliseconds