39 #include <oscap_reference.h>
117 XCCDF_LEVEL_NOT_DEFINED = 0,
141 XCCDF_WARNING_NOT_SPECIFIED,
1672 const char *xccdf_item_get_id(
const struct xccdf_item *item);
1684 const char *xccdf_item_get_version(
const struct xccdf_item *item);
1688 const char *xccdf_item_get_extends(
const struct xccdf_item *item);
1696 struct oscap_reference_iterator *xccdf_item_get_dc_statuses(
const struct xccdf_item *item);
1700 struct oscap_reference_iterator *xccdf_item_get_references(
const struct xccdf_item *item);
1716 bool xccdf_item_get_hidden(
const struct xccdf_item *item);
1720 bool xccdf_item_get_selected(
const struct xccdf_item *item);
1724 bool xccdf_item_get_prohibit_changes(
const struct xccdf_item *item);
1728 bool xccdf_item_get_abstract(
const struct xccdf_item *item);
1768 const char *xccdf_benchmark_get_id(
const struct xccdf_benchmark *benchmark);
1772 bool xccdf_benchmark_get_resolved(
const struct xccdf_benchmark *benchmark);
1784 const char *xccdf_benchmark_get_version(
const struct xccdf_benchmark *benchmark);
1792 const char *xccdf_benchmark_get_style(
const struct xccdf_benchmark *benchmark);
1796 const char *xccdf_benchmark_get_style_href(
const struct xccdf_benchmark *benchmark);
1812 struct oscap_reference_iterator *xccdf_benchmark_get_dc_statuses(
const struct xccdf_benchmark *benchmark);
1816 struct oscap_reference_iterator *xccdf_benchmark_get_references(
const struct xccdf_benchmark *benchmark);
1917 const char *xccdf_profile_get_id(
const struct xccdf_profile *profile);
1929 const char *xccdf_profile_get_version(
const struct xccdf_profile *profile);
1933 const char *xccdf_profile_get_extends(
const struct xccdf_profile *profile);
1941 bool xccdf_profile_get_abstract(
const struct xccdf_profile *profile);
1945 bool xccdf_profile_get_prohibit_changes(
const struct xccdf_profile *profile);
1957 struct oscap_reference_iterator *xccdf_profile_get_dc_statuses(
const struct xccdf_profile *profile);
1961 struct oscap_reference_iterator *xccdf_profile_get_references(
const struct xccdf_profile *profile);
1997 const char *xccdf_rule_get_id(
const struct xccdf_rule *rule);
2009 const char *xccdf_rule_get_version(
const struct xccdf_rule *rule);
2025 const char *xccdf_rule_get_cluster_id(
const struct xccdf_rule *rule);
2029 float xccdf_rule_get_weight(
const struct xccdf_rule *rule);
2037 const char *xccdf_rule_get_extends(
const struct xccdf_rule *rule);
2041 bool xccdf_rule_get_abstract(
const struct xccdf_rule *rule);
2045 bool xccdf_rule_get_prohibit_changes(
const struct xccdf_rule *rule);
2049 bool xccdf_rule_get_hidden(
const struct xccdf_rule *rule);
2053 bool xccdf_rule_get_selected(
const struct xccdf_rule *rule);
2057 bool xccdf_rule_get_multiple(
const struct xccdf_rule *rule);
2069 struct oscap_reference_iterator *xccdf_rule_get_dc_statuses(
const struct xccdf_rule *rule);
2073 struct oscap_reference_iterator *xccdf_rule_get_references(
const struct xccdf_rule *rule);
2081 const char *xccdf_rule_get_impact_metric(
const struct xccdf_rule *rule);
2495 const char *xccdf_setvalue_get_item(
const struct xccdf_setvalue* sv);
2497 const char *xccdf_setvalue_get_value(
const struct xccdf_setvalue* sv);
2931 bool xccdf_setvalue_set_item(
struct xccdf_setvalue *obj,
const char *newval);
2933 bool xccdf_setvalue_set_value(
struct xccdf_setvalue *obj,
const char *newval);
3027 void xccdf_ident_set_id(
struct xccdf_ident * ident,
const char *
id);
3029 void xccdf_ident_set_system(
struct xccdf_ident * ident,
const char *sys);