Lines Matching refs:LookupParameters

9 typedef struct LookupParameters {  struct
17 } LookupParameters; argument
42 static bool user_match_lookup_parameters(LookupParameters *p, const char *name, uid_t uid) { in user_match_lookup_parameters()
252 …", JSON_VARIANT_UNSIGNED, json_dispatch_uid_gid, offsetof(LookupParameters, uid), … in vl_method_get_user_record()
253 …rName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_name), … in vl_method_get_user_record()
254 …vice", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service), … in vl_method_get_user_record()
259 LookupParameters p = { in vl_method_get_user_record()
345 static bool group_match_lookup_parameters(LookupParameters *p, const char *name, gid_t gid) { in group_match_lookup_parameters()
360 …, JSON_VARIANT_UNSIGNED, json_dispatch_uid_gid, offsetof(LookupParameters, gid), … in vl_method_get_group_record()
361 …pName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_name),… in vl_method_get_group_record()
362 …ice", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service), … in vl_method_get_group_record()
367 LookupParameters p = { in vl_method_get_group_record()
444 …erName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_name), … in vl_method_get_memberships()
445 …oupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_name),… in vl_method_get_memberships()
446 …rvice", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service), … in vl_method_get_memberships()
450 LookupParameters p = {}; in vl_method_get_memberships()