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

/sssd/src/python/
H A Dpyhbac.c1666 PyObject *srchost_repr; local
1678 srchost_repr = HbacRequestElement_repr(self->srchost);
1680 targethost_repr == NULL || srchost_repr == NULL) {
1684 Py_XDECREF(srchost_repr);
1691 targethost_repr, srchost_repr);
1696 Py_DECREF(srchost_repr);
1705 Py_DECREF(srchost_repr);

Completed in 16 milliseconds