39 #include <oscap_reference.h>
117 XCCDF_LEVEL_NOT_DEFINED = 0,
141 XCCDF_WARNING_NOT_SPECIFIED,
1684 const char *xccdf_item_get_id(
const struct xccdf_item *item);
1696 const char *xccdf_item_get_version(
const struct xccdf_item *item);
1700 const char *xccdf_item_get_extends(
const struct xccdf_item *item);
1708 struct oscap_reference_iterator *xccdf_item_get_dc_statuses(
const struct xccdf_item *item);
1712 struct oscap_reference_iterator *xccdf_item_get_references(
const struct xccdf_item *item);
1728 bool xccdf_item_get_hidden(
const struct xccdf_item *item);
1732 bool xccdf_item_get_selected(
const struct xccdf_item *item);
1736 bool xccdf_item_get_prohibit_changes(
const struct xccdf_item *item);
1740 bool xccdf_item_get_abstract(
const struct xccdf_item *item);
1780 const char *xccdf_benchmark_get_id(
const struct xccdf_benchmark *benchmark);
1784 bool xccdf_benchmark_get_resolved(
const struct xccdf_benchmark *benchmark);
1796 const char *xccdf_benchmark_get_version(
const struct xccdf_benchmark *benchmark);
1804 const char *xccdf_benchmark_get_style(
const struct xccdf_benchmark *benchmark);
1808 const char *xccdf_benchmark_get_style_href(
const struct xccdf_benchmark *benchmark);
1824 struct oscap_reference_iterator *xccdf_benchmark_get_dc_statuses(
const struct xccdf_benchmark *benchmark);
1828 struct oscap_reference_iterator *xccdf_benchmark_get_references(
const struct xccdf_benchmark *benchmark);
1929 const char *xccdf_profile_get_id(
const struct xccdf_profile *profile);
1941 const char *xccdf_profile_get_version(
const struct xccdf_profile *profile);
1945 const char *xccdf_profile_get_extends(
const struct xccdf_profile *profile);
1953 bool xccdf_profile_get_abstract(
const struct xccdf_profile *profile);
1957 bool xccdf_profile_get_prohibit_changes(
const struct xccdf_profile *profile);
1969 struct oscap_reference_iterator *xccdf_profile_get_dc_statuses(
const struct xccdf_profile *profile);
1973 struct oscap_reference_iterator *xccdf_profile_get_references(
const struct xccdf_profile *profile);
2009 const char *xccdf_rule_get_id(
const struct xccdf_rule *rule);
2021 const char *xccdf_rule_get_version(
const struct xccdf_rule *rule);
2037 const char *xccdf_rule_get_cluster_id(
const struct xccdf_rule *rule);
2041 float xccdf_rule_get_weight(
const struct xccdf_rule *rule);
2049 const char *xccdf_rule_get_extends(
const struct xccdf_rule *rule);
2053 bool xccdf_rule_get_abstract(
const struct xccdf_rule *rule);
2057 bool xccdf_rule_get_prohibit_changes(
const struct xccdf_rule *rule);
2061 bool xccdf_rule_get_hidden(
const struct xccdf_rule *rule);
2065 bool xccdf_rule_get_selected(
const struct xccdf_rule *rule);
2069 bool xccdf_rule_get_multiple(
const struct xccdf_rule *rule);
2081 struct oscap_reference_iterator *xccdf_rule_get_dc_statuses(
const struct xccdf_rule *rule);
2085 struct oscap_reference_iterator *xccdf_rule_get_references(
const struct xccdf_rule *rule);
2093 const char *xccdf_rule_get_impact_metric(
const struct xccdf_rule *rule);
2507 const char *xccdf_setvalue_get_item(
const struct xccdf_setvalue* sv);
2509 const char *xccdf_setvalue_get_value(
const struct xccdf_setvalue* sv);
2949 bool xccdf_setvalue_set_item(
struct xccdf_setvalue *obj,
const char *newval);
2951 bool xccdf_setvalue_set_value(
struct xccdf_setvalue *obj,
const char *newval);
3061 void xccdf_ident_set_id(
struct xccdf_ident * ident,
const char *
id);
3063 void xccdf_ident_set_system(
struct xccdf_ident * ident,
const char *sys);