Searched refs:json_dispatch_const_string (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/home/ |
D | homed-varlink.c | 77 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, … in vl_method_get_user_record() 78 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, … in vl_method_get_user_record() 193 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group… in vl_method_get_group_record() 194 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servi… in vl_method_get_group_record() 262 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_na… in vl_method_get_memberships() 263 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_n… in vl_method_get_memberships() 264 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service… in vl_method_get_memberships()
|
/systemd-251/src/machine/ |
D | machined-varlink.c | 142 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_n… in vl_method_get_user_record() 143 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servic… in vl_method_get_user_record() 308 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group… in vl_method_get_group_record() 309 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servi… in vl_method_get_group_record() 360 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_na… in vl_method_get_memberships() 361 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_n… in vl_method_get_memberships() 362 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service… in vl_method_get_memberships()
|
/systemd-251/src/userdb/ |
D | userwork.c | 135 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_n… in vl_method_get_user_record() 136 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servic… in vl_method_get_user_record() 271 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group… in vl_method_get_group_record() 272 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servi… in vl_method_get_group_record() 355 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_na… in vl_method_get_memberships() 356 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_n… in vl_method_get_memberships() 357 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service… in vl_method_get_memberships()
|
/systemd-251/src/core/ |
D | core-varlink.c | 253 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_n… in vl_method_get_user_record() 254 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servic… in vl_method_get_user_record() 361 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group… in vl_method_get_group_record() 362 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, servi… in vl_method_get_group_record() 444 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, user_na… in vl_method_get_memberships() 445 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, group_n… in vl_method_get_memberships() 446 …{ "service", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(LookupParameters, service… in vl_method_get_memberships()
|
/systemd-251/src/shared/ |
D | userdb.c | 299 …{ "userName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(struct membership_data, u… in userdb_on_query_reply() 300 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_const_string, offsetof(struct membership_data, g… in userdb_on_query_reply()
|
D | json.h | 360 int json_dispatch_const_string(const char *name, JsonVariant *variant, JsonDispatchFlags flags, voi…
|
D | json.c | 4424 int json_dispatch_const_string(const char *name, JsonVariant *variant, JsonDispatchFlags flags, voi… in json_dispatch_const_string() function
|