Lines Matching refs:id
29 #define SSS_ID_KEY "id"
130 long id;
139 id = PyInt_AS_LONG(py_id);
143 id = PyLong_AsLong(py_id);
150 id = strtol(id_str, &endptr, 10);
156 if (id < 0 || id > UINT32_MAX) {
160 ret = sss_nss_getsidbyid((uint32_t) id, &sid, &id_type);
195 uint32_t id;
204 ret = sss_nss_getidbysid(sid, &id, &id_type);
207 PYNUMBER_FROMLONG(id), PYNUMBER_FROMLONG(id_type));
325 "getsidbyid(id or list/tuple of id) -> dict(id => dict(results))\n\