Searched refs:clscom (Results 1 - 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_build_ast.c951 struct cil_classcommon *clscom = NULL; local
963 cil_classcommon_init(&clscom);
965 clscom->class_str = parse_current->next->data;
966 clscom->common_str = parse_current->next->next->data;
968 ast_node->data = clscom;
976 cil_destroy_classcommon(clscom);
981 void cil_destroy_classcommon(struct cil_classcommon *clscom) argument
983 if (clscom == NULL) {
987 free(clscom);
H A Dcil_tree.c833 struct cil_classcommon *clscom = node->data; local
835 cil_log(CIL_INFO, "CLASSCOMMON: class: %s, common: %s\n", clscom->class_str, clscom->common_str);
H A Dcil_build_ast.h74 void cil_destroy_classcommon(struct cil_classcommon *clscom);
H A Dcil_resolve_ast.c657 struct cil_classcommon *clscom = current->data; local
662 rc = cil_resolve_name(current, clscom->class_str, CIL_SYM_CLASSES, extra_args, &class_datum);
667 rc = cil_resolve_name(current, clscom->common_str, CIL_SYM_COMMONS, extra_args, &common_datum);

Completed in 470 milliseconds