Lines Matching defs:id
31 #define SSS_ID_KEY "id"
160 long id;
169 id = PyInt_AS_LONG(py_id);
173 id = PyLong_AsLong(py_id);
180 id = strtol(id_str, &endptr, 10);
186 if (id < 0 || id > UINT32_MAX) {
190 ret = sss_nss_getsidbyid((uint32_t) id, &sid, &id_type);
276 uint32_t id;
285 ret = sss_nss_getidbysid(sid, &id, &id_type);
288 PYNUMBER_FROMLONG(id), PYNUMBER_FROMLONG(id_type));
409 "getsidbyid(id or list/tuple of id) -> dict(id => dict(results))\n\