Searched refs:info_kind (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t… in cil_tree_get_next_path() argument 61 *info_kind = node->cl_head->next->data; in cil_tree_get_next_path() 73 *info_kind = info->kind; in cil_tree_get_next_path() 91 *info_kind = NULL; in cil_tree_get_next_path() 99 char *info_kind; in cil_tree_get_cil_path() local 104 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path); in cil_tree_get_cil_path() 105 if (node && info_kind == CIL_KEY_SRC_CIL) { in cil_tree_get_cil_path() 133 char *info_kind; in cil_tree_log() local 136 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path); in cil_tree_log() 137 if (!node || info_kind == CIL_KEY_SRC_CIL) { in cil_tree_log() [all …]
|
D | cil_tree.h | 53 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t…
|