Lines Matching defs:id
40 uint32_t id;
48 uint32_t id;
250 rd.data = &inp.id;
321 out->d.id = c;
390 int sss_nss_getsidbyid_timeout(uint32_t id, unsigned int timeout,
401 inp.id = id;
412 int sss_nss_getsidbyid(uint32_t id, char **sid, enum sss_id_type *type)
414 return sss_nss_getsidbyid_timeout(id, NO_TIMEOUT, sid, type);
446 uint32_t *id, enum sss_id_type *id_type)
452 if (id == NULL || id_type == NULL || sid == NULL || *sid == '\0') {
460 *id = out.d.id;
467 int sss_nss_getidbysid(const char *sid, uint32_t *id, enum sss_id_type *id_type)
469 return sss_nss_getidbysid_timeout(sid, NO_TIMEOUT, id, id_type);