Searched defs:targethosts (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/lib/ipa_hbac/
H A Dipa_hbac.h164 struct hbac_rule_element *targethosts; member in struct:hbac_rule
/sssd-io/src/python/
H A Dpyhbac.c640 HbacRuleElement *targethosts; member in struct:__anon18
675 self->targethosts = (HbacRuleElement *) HbacRuleElement_new(
682 self->targethosts == NULL || self->srchosts == NULL) {
685 Py_XDECREF(self->targethosts);
702 Py_CLEAR(self->targethosts);
720 Py_VISIT((PyObject *) self->targethosts);
762 HbacRuleElement_init(self->targethosts, empty_tuple, NULL) == -1 ||
880 "targethosts %s srchosts %s>");
887 targethosts_repr = HbacRuleElement_repr(self->targethosts);
1022 { discard_const_p(char, "targethosts"), T_OBJECT_E
[all...]

Completed in 14 milliseconds