39 #include <oscap_reference.h>
117 XCCDF_LEVEL_NOT_DEFINED = 0,
141 XCCDF_WARNING_NOT_SPECIFIED,
1679 const char *xccdf_item_get_id(
const struct xccdf_item *item);
1691 const char *xccdf_item_get_version(
const struct xccdf_item *item);
1695 const char *xccdf_item_get_extends(
const struct xccdf_item *item);
1703 struct oscap_reference_iterator *xccdf_item_get_dc_statuses(
const struct xccdf_item *item);
1707 struct oscap_reference_iterator *xccdf_item_get_references(
const struct xccdf_item *item);
1723 bool xccdf_item_get_hidden(
const struct xccdf_item *item);
1727 bool xccdf_item_get_selected(
const struct xccdf_item *item);
1731 bool xccdf_item_get_prohibit_changes(
const struct xccdf_item *item);
1735 bool xccdf_item_get_abstract(
const struct xccdf_item *item);
1775 const char *xccdf_benchmark_get_id(
const struct xccdf_benchmark *benchmark);
1779 bool xccdf_benchmark_get_resolved(
const struct xccdf_benchmark *benchmark);
1791 const char *xccdf_benchmark_get_version(
const struct xccdf_benchmark *benchmark);
1799 const char *xccdf_benchmark_get_style(
const struct xccdf_benchmark *benchmark);
1803 const char *xccdf_benchmark_get_style_href(
const struct xccdf_benchmark *benchmark);
1819 struct oscap_reference_iterator *xccdf_benchmark_get_dc_statuses(
const struct xccdf_benchmark *benchmark);
1823 struct oscap_reference_iterator *xccdf_benchmark_get_references(
const struct xccdf_benchmark *benchmark);
1924 const char *xccdf_profile_get_id(
const struct xccdf_profile *profile);
1936 const char *xccdf_profile_get_version(
const struct xccdf_profile *profile);
1940 const char *xccdf_profile_get_extends(
const struct xccdf_profile *profile);
1948 bool xccdf_profile_get_abstract(
const struct xccdf_profile *profile);
1952 bool xccdf_profile_get_prohibit_changes(
const struct xccdf_profile *profile);
1964 struct oscap_reference_iterator *xccdf_profile_get_dc_statuses(
const struct xccdf_profile *profile);
1968 struct oscap_reference_iterator *xccdf_profile_get_references(
const struct xccdf_profile *profile);
2004 const char *xccdf_rule_get_id(
const struct xccdf_rule *rule);
2016 const char *xccdf_rule_get_version(
const struct xccdf_rule *rule);
2032 const char *xccdf_rule_get_cluster_id(
const struct xccdf_rule *rule);
2036 float xccdf_rule_get_weight(
const struct xccdf_rule *rule);
2044 const char *xccdf_rule_get_extends(
const struct xccdf_rule *rule);
2048 bool xccdf_rule_get_abstract(
const struct xccdf_rule *rule);
2052 bool xccdf_rule_get_prohibit_changes(
const struct xccdf_rule *rule);
2056 bool xccdf_rule_get_hidden(
const struct xccdf_rule *rule);
2060 bool xccdf_rule_get_selected(
const struct xccdf_rule *rule);
2064 bool xccdf_rule_get_multiple(
const struct xccdf_rule *rule);
2076 struct oscap_reference_iterator *xccdf_rule_get_dc_statuses(
const struct xccdf_rule *rule);
2080 struct oscap_reference_iterator *xccdf_rule_get_references(
const struct xccdf_rule *rule);
2088 const char *xccdf_rule_get_impact_metric(
const struct xccdf_rule *rule);
2502 const char *xccdf_setvalue_get_item(
const struct xccdf_setvalue* sv);
2504 const char *xccdf_setvalue_get_value(
const struct xccdf_setvalue* sv);
2944 bool xccdf_setvalue_set_item(
struct xccdf_setvalue *obj,
const char *newval);
2946 bool xccdf_setvalue_set_value(
struct xccdf_setvalue *obj,
const char *newval);
3056 void xccdf_ident_set_id(
struct xccdf_ident * ident,
const char *
id);
3058 void xccdf_ident_set_system(
struct xccdf_ident * ident,
const char *sys);