142 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);
1914 const char *xccdf_profile_get_id(
const struct xccdf_profile *profile);
1926 const char *xccdf_profile_get_version(
const struct xccdf_profile *profile);
1930 const char *xccdf_profile_get_extends(
const struct xccdf_profile *profile);
1938 bool xccdf_profile_get_abstract(
const struct xccdf_profile *profile);
1942 bool xccdf_profile_get_prohibit_changes(
const struct xccdf_profile *profile);
1954 struct oscap_reference_iterator *xccdf_profile_get_dc_statuses(
const struct xccdf_profile *profile);
1958 struct oscap_reference_iterator *xccdf_profile_get_references(
const struct xccdf_profile *profile);
1998 const char *xccdf_rule_get_id(
const struct xccdf_rule *rule);
2010 const char *xccdf_rule_get_version(
const struct xccdf_rule *rule);
2026 const char *xccdf_rule_get_cluster_id(
const struct xccdf_rule *rule);
2030 float xccdf_rule_get_weight(
const struct xccdf_rule *rule);
2038 const char *xccdf_rule_get_extends(
const struct xccdf_rule *rule);
2042 bool xccdf_rule_get_abstract(
const struct xccdf_rule *rule);
2046 bool xccdf_rule_get_prohibit_changes(
const struct xccdf_rule *rule);
2050 bool xccdf_rule_get_hidden(
const struct xccdf_rule *rule);
2054 bool xccdf_rule_get_selected(
const struct xccdf_rule *rule);
2058 bool xccdf_rule_get_multiple(
const struct xccdf_rule *rule);
2070 struct oscap_reference_iterator *xccdf_rule_get_dc_statuses(
const struct xccdf_rule *rule);
2074 struct oscap_reference_iterator *xccdf_rule_get_references(
const struct xccdf_rule *rule);
2082 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);
2890 bool xccdf_setvalue_set_item(
struct xccdf_setvalue *obj,
const char *newval);
2892 bool xccdf_setvalue_set_value(
struct xccdf_setvalue *obj,
const char *newval);
2986 void xccdf_ident_set_id(
struct xccdf_ident * ident,
const char *
id);
2988 void xccdf_ident_set_system(
struct xccdf_ident * ident,
const char *sys);