Lines Matching defs:targethosts
640 HbacRuleElement *targethosts;
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_EX,
1023 offsetof(HbacRuleObject, targethosts), 0,
1058 "contain empty HbacRuleElement instances in services, users, targethosts\n"
1085 free_hbac_rule_element(rule->targethosts);
1124 rule->targethosts = HbacRuleElement_to_native(pyrule->targethosts);
1127 !rule->targethosts || !rule->srchosts) {