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

/sssd-io/src/python/
H A Dpyhbac.c875 PyObject *srchosts_repr; local
888 srchosts_repr = HbacRuleElement_repr(self->srchosts);
890 targethosts_repr == NULL || srchosts_repr == NULL) {
894 Py_XDECREF(srchosts_repr);
902 targethosts_repr, srchosts_repr);
907 Py_DECREF(srchosts_repr);
916 Py_DECREF(srchosts_repr);

Completed in 16 milliseconds