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

/sssd-io/src/lib/ipa_hbac/
H A Dipa_hbac.h225 struct hbac_request_element *targethost; member in struct:hbac_eval_req
/sssd-io/src/python/
H A Dpyhbac.c1425 HbacRequestElement *targethost; member in struct:__anon20
1448 self->targethost = (HbacRequestElement *) HbacRequestElement_new(
1455 self->targethost == NULL || self->srchost == NULL) {
1458 Py_XDECREF(self->targethost);
1473 Py_CLEAR(self->targethost);
1491 Py_VISIT((PyObject *) self->targethost);
1511 HbacRequestElement_init(self->targethost, empty_tuple, NULL) == -1 ||
1673 "targethost %s srchost %s>");
1680 targethost_repr = HbacRequestElement_repr(self->targethost);
1748 { discard_const_p(char, "targethost"), T_OBJECT_E
[all...]

Completed in 178 milliseconds