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

/sssd/src/python/
H A Dpyhbac.c873 PyObject *srchosts_repr; local
886 srchosts_repr = HbacRuleElement_repr(self->srchosts);
888 targethosts_repr == NULL || srchosts_repr == NULL) {
892 Py_XDECREF(srchosts_repr);
900 targethosts_repr, srchosts_repr);
905 Py_DECREF(srchosts_repr);
914 Py_DECREF(srchosts_repr);

Completed in 18 milliseconds