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

/sssd/src/python/
H A Dpysss.c87 } PySssLocalObject; typedef in typeref:struct:__anon20
109 static struct tools_ctx *init_ctx(PySssLocalObject *self)
154 static PyObject *py_sss_useradd(PySssLocalObject *self,
309 static PyObject *py_sss_userdel(PySssLocalObject *self,
419 static PyObject *py_sss_usermod(PySssLocalObject *self,
540 static PyObject *py_sss_groupadd(PySssLocalObject *self,
611 static PyObject *py_sss_groupdel(PySssLocalObject *self,
658 static PyObject *py_sss_groupmod(PySssLocalObject *self,
834 static void PySssLocalObject_dealloc(PySssLocalObject *self)
848 PySssLocalObject *sel
[all...]

Completed in 11 milliseconds