Home | History | Annotate | Download | only in unit

Lines Matching refs:cil_context

1012 	cil_context_init((struct cil_context**)&test_copy->data);
1017 int rc = cil_copy_fill_context((struct cil_context*)test_ast_node->data, (struct cil_context*)test_copy->data);
1019 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->user_str,
1020 ((struct cil_context *)test_ast_node->data)->user_str);
1021 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->role_str,
1022 ((struct cil_context *)test_ast_node->data)->role_str);
1023 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->type_str,
1024 ((struct cil_context *)test_ast_node->data)->type_str);
1025 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->range_str,
1026 ((struct cil_context *)test_ast_node->data)->range_str);
1048 cil_context_init((struct cil_context**)&test_copy->data);
1053 int rc = cil_copy_fill_context((struct cil_context*)test_ast_node->data, (struct cil_context*)test_copy->data);
1055 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->user_str,
1056 ((struct cil_context *)test_ast_node->data)->user_str);
1057 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->role_str,
1058 ((struct cil_context *)test_ast_node->data)->role_str);
1059 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->type_str,
1060 ((struct cil_context *)test_ast_node->data)->type_str);
1061 CuAssertStrEquals(tc, ((struct cil_context *)test_copy->data)->range_str,
1062 ((struct cil_context *)test_ast_node->data)->range_str);