Lines Matching defs:id
36 uint32_t id;
43 uint32_t id;
174 rd.data = &inp.id;
237 out->d.id = c;
288 int sss_nss_getsidbyid(uint32_t id, char **sid, enum sss_id_type *type)
298 inp.id = id;
331 int sss_nss_getidbysid(const char *sid, uint32_t *id, enum sss_id_type *id_type)
337 if (id == NULL || id_type == NULL || sid == NULL || *sid == '\0') {
345 *id = out.d.id;