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

/sssd-io/src/python/
H A Dpyhbac.c1668 PyObject *targethost_repr; local
1680 targethost_repr = HbacRequestElement_repr(self->targethost);
1683 targethost_repr == NULL || srchost_repr == NULL) {
1686 Py_XDECREF(targethost_repr);
1694 targethost_repr, srchost_repr);
1698 Py_DECREF(targethost_repr);
1707 Py_DECREF(targethost_repr);

Completed in 14 milliseconds