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

/sssd-io/src/python/
H A Dpyhbac.c1669 PyObject *srchost_repr; local
1681 srchost_repr = HbacRequestElement_repr(self->srchost);
1683 targethost_repr == NULL || srchost_repr == NULL) {
1687 Py_XDECREF(srchost_repr);
1694 targethost_repr, srchost_repr);
1699 Py_DECREF(srchost_repr);
1708 Py_DECREF(srchost_repr);

Completed in 15 milliseconds