39 #include <oscap_reference.h>
117 XCCDF_LEVEL_NOT_DEFINED = 0,
141 XCCDF_WARNING_NOT_SPECIFIED,
1665 const char *xccdf_item_get_id(
const struct xccdf_item *item);
1677 const char *xccdf_item_get_version(
const struct xccdf_item *item);
1681 const char *xccdf_item_get_extends(
const struct xccdf_item *item);
1689 struct oscap_reference_iterator *xccdf_item_get_dc_statuses(
const struct xccdf_item *item);
1693 struct oscap_reference_iterator *xccdf_item_get_references(
const struct xccdf_item *item);
1709 bool xccdf_item_get_hidden(
const struct xccdf_item *item);
1713 bool xccdf_item_get_selected(
const struct xccdf_item *item);
1717 bool xccdf_item_get_prohibit_changes(
const struct xccdf_item *item);
1721 bool xccdf_item_get_abstract(
const struct xccdf_item *item);
1761 const char *xccdf_benchmark_get_id(
const struct xccdf_benchmark *benchmark);
1765 bool xccdf_benchmark_get_resolved(
const struct xccdf_benchmark *benchmark);
1777 const char *xccdf_benchmark_get_version(
const struct xccdf_benchmark *benchmark);
1785 const char *xccdf_benchmark_get_style(
const struct xccdf_benchmark *benchmark);
1789 const char *xccdf_benchmark_get_style_href(
const struct xccdf_benchmark *benchmark);
1805 struct oscap_reference_iterator *xccdf_benchmark_get_dc_statuses(
const struct xccdf_benchmark *benchmark);
1809 struct oscap_reference_iterator *xccdf_benchmark_get_references(
const struct xccdf_benchmark *benchmark);
1910 const char *xccdf_profile_get_id(
const struct xccdf_profile *profile);
1922 const char *xccdf_profile_get_version(
const struct xccdf_profile *profile);
1926 const char *xccdf_profile_get_extends(
const struct xccdf_profile *profile);
1934 bool xccdf_profile_get_abstract(
const struct xccdf_profile *profile);
1938 bool xccdf_profile_get_prohibit_changes(
const struct xccdf_profile *profile);
1950 struct oscap_reference_iterator *xccdf_profile_get_dc_statuses(
const struct xccdf_profile *profile);
1954 struct oscap_reference_iterator *xccdf_profile_get_references(
const struct xccdf_profile *profile);
1990 const char *xccdf_rule_get_id(
const struct xccdf_rule *rule);
2002 const char *xccdf_rule_get_version(
const struct xccdf_rule *rule);
2018 const char *xccdf_rule_get_cluster_id(
const struct xccdf_rule *rule);
2022 float xccdf_rule_get_weight(
const struct xccdf_rule *rule);
2030 const char *xccdf_rule_get_extends(
const struct xccdf_rule *rule);
2034 bool xccdf_rule_get_abstract(
const struct xccdf_rule *rule);
2038 bool xccdf_rule_get_prohibit_changes(
const struct xccdf_rule *rule);
2042 bool xccdf_rule_get_hidden(
const struct xccdf_rule *rule);
2046 bool xccdf_rule_get_selected(
const struct xccdf_rule *rule);
2050 bool xccdf_rule_get_multiple(
const struct xccdf_rule *rule);
2062 struct oscap_reference_iterator *xccdf_rule_get_dc_statuses(
const struct xccdf_rule *rule);
2066 struct oscap_reference_iterator *xccdf_rule_get_references(
const struct xccdf_rule *rule);
2074 const char *xccdf_rule_get_impact_metric(
const struct xccdf_rule *rule);
2486 const char *xccdf_setvalue_get_item(
const struct xccdf_setvalue* sv);
2488 const char *xccdf_setvalue_get_value(
const struct xccdf_setvalue* sv);
2897 bool xccdf_setvalue_set_item(
struct xccdf_setvalue *obj,
const char *newval);
2899 bool xccdf_setvalue_set_value(
struct xccdf_setvalue *obj,
const char *newval);
2993 void xccdf_ident_set_id(
struct xccdf_ident * ident,
const char *
id);
2995 void xccdf_ident_set_system(
struct xccdf_ident * ident,
const char *sys);