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

/sssd-io/src/python/
H A Dpysss_nss_idmap.c43 static int add_dict_to_list(PyObject *py_list, PyObject *res_type, argument
54 ret = PyDict_SetItem(py_dict, res_type, res);
70 static int add_dict(PyObject *py_result, PyObject *key, PyObject *res_type, argument
81 ret = PyDict_SetItem(py_dict, res_type, res);

Completed in 17 milliseconds