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

/sssd-io/src/python/
H A Dpysss.c89 } PySssLocalObject; typedef in typeref:struct:__anon21
111 static struct tools_ctx *init_ctx(PySssLocalObject *self)
156 static PyObject *py_sss_useradd(PySssLocalObject *self,
311 static PyObject *py_sss_userdel(PySssLocalObject *self,
421 static PyObject *py_sss_usermod(PySssLocalObject *self,
542 static PyObject *py_sss_groupadd(PySssLocalObject *self,
613 static PyObject *py_sss_groupdel(PySssLocalObject *self,
660 static PyObject *py_sss_groupmod(PySssLocalObject *self,
836 static void PySssLocalObject_dealloc(PySssLocalObject *self)
850 PySssLocalObject *sel
[all...]

Completed in 16 milliseconds