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

/sssd-io/src/python/
H A Dpyhbac.c874 PyObject *targethosts_repr; local
887 targethosts_repr = HbacRuleElement_repr(self->targethosts);
890 targethosts_repr == NULL || srchosts_repr == NULL) {
893 Py_XDECREF(targethosts_repr);
902 targethosts_repr, srchosts_repr);
906 Py_DECREF(targethosts_repr);
915 Py_DECREF(targethosts_repr);

Completed in 15 milliseconds