HomeSort by relevance Sort by last modified time
    Searched refs:cl_tail (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_tree.c 44 CuAssertPtrEquals(tc, NULL, test_node->cl_tail);
62 CuAssertPtrEquals(tc, NULL, test_tree->root->cl_tail);
CilTest.c 106 current->cl_tail->next = node;
107 current->cl_tail = node;
122 current->cl_tail->next = item;
124 current->cl_tail = item;
    [all...]
test_cil_build_ast.c 1046 CuAssertPtrNotNull(tc, test_ast_node->cl_tail);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.h 45 struct cil_tree_node *cl_tail; //Tail of child_list member in struct:cil_tree_node
cil_parser.c 96 current->cl_tail->next = node;
98 current->cl_tail = node;
android.c 811 ast_parent->cl_tail->next = ast_node;
812 ast_parent->cl_tail = ast_node;
826 ast_parent->cl_tail->next = ast_node;
827 ast_parent->cl_tail = ast_node;
836 ast_parent->cl_tail->next = ast_node;
837 ast_parent->cl_tail = ast_node;
cil_copy_ast.c     [all...]
cil_tree.c 212 new_node->cl_tail = NULL;
322 rc = (*last_child)(node->cl_tail, extra_args);
    [all...]
cil_build_ast.c 577 ast_node->cl_tail->next = new_ast;
579 ast_node->cl_tail = new_ast;
    [all...]
cil_resolve_ast.c     [all...]

Completed in 1130 milliseconds