Home
last modified time | relevance | path

Searched refs:JSON_VARIANT_STRING (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/shared/
Duser-record.c759 …{ "uri", JSON_VARIANT_STRING, dispatch_pkcs11_uri, offsetof(Pkcs11EncryptedKey, ur… in dispatch_pkcs11_key()
760 …{ "data", JSON_VARIANT_STRING, dispatch_pkcs11_key_data, 0, … in dispatch_pkcs11_key()
761 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Pkcs11EncryptedKey, ha… in dispatch_pkcs11_key()
886 …{ "credential", JSON_VARIANT_STRING, dispatch_fido2_hmac_credential, offsetof(Fido2HmacSalt, … in dispatch_fido2_hmac_salt()
887 …{ "salt", JSON_VARIANT_STRING, dispatch_fido2_hmac_salt_value, 0, … in dispatch_fido2_hmac_salt()
888 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Fido2HmacSalt, … in dispatch_fido2_hmac_salt()
934 …{ "type", JSON_VARIANT_STRING, json_dispatch_string, 0, … in dispatch_recovery_key()
935 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(RecoveryKey, hashed_passwo… in dispatch_recovery_key()
1021 …{ "passwordHint", JSON_VARIANT_STRING, json_dispatch_string, offsetof(UserRecord,… in dispatch_privileged()
1036 …{ "imagePath", JSON_VARIANT_STRING, json_dispatch_image_path, offsetof(UserReco… in dispatch_binding()
[all …]
Dgroup-record.c145 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, service), JSON_SAFE … in dispatch_status()
193 …{ "groupName", JSON_VARIANT_STRING, json_dispatch_user_group_name, offsetof(GroupRecord, g… in group_record_load()
194 …{ "realm", JSON_VARIANT_STRING, json_dispatch_realm, offsetof(GroupRecord, r… in group_record_load()
195 …{ "description", JSON_VARIANT_STRING, json_dispatch_gecos, offsetof(GroupRecord, d… in group_record_load()
196 …{ "disposition", JSON_VARIANT_STRING, json_dispatch_user_disposition, offsetof(GroupRecord, d… in group_record_load()
197 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, s… in group_record_load()
Djson.c260 case JSON_VARIANT_STRING: in json_variant_formalize()
417 r = json_variant_new(&v, JSON_VARIANT_STRING, n + 1); in json_variant_new_stringn()
487 case JSON_VARIANT_STRING: { in json_variant_set()
642 .type = JSON_VARIANT_STRING, in json_variant_new_array_strv()
742 case JSON_VARIANT_STRING: in json_variant_size()
857 if (v->type != JSON_VARIANT_STRING) in json_variant_string()
1083 return JSON_VARIANT_STRING; in json_variant_type()
1101 return JSON_VARIANT_STRING; in json_variant_type()
1262 if (!json_variant_has_type(p, JSON_VARIANT_STRING)) in json_variant_by_key_full()
1307 case JSON_VARIANT_STRING: in json_variant_equal()
[all …]
Djson.h50 JSON_VARIANT_STRING, enumerator
105 return json_variant_has_type(v, JSON_VARIANT_STRING); in json_variant_is_string()
Duserdb.c299 …{ "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()
/systemd-251/src/home/
Dhomed-varlink.c77 …{ "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/
Dmachined-varlink.c142 …{ "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/nspawn/
Dnspawn-oci.c261 …{ "type", JSON_VARIANT_STRING, oci_rlimit_type, offsetof(struct rlimit_data, type), JSON_MANDATOR… in oci_rlimits()
430 …{ "cwd", JSON_VARIANT_STRING, oci_absolute_path, offsetof(Settings, working_direc… in oci_process()
434 …{ "apparmorProfile", JSON_VARIANT_STRING, oci_unsupported, 0, … in oci_process()
438 …{ "selinuxLabel", JSON_VARIANT_STRING, oci_unsupported, 0, … in oci_process()
451 … { "path", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Settings, root) }, in oci_root()
549 …{ "destination", JSON_VARIANT_STRING, oci_absolute_path, offsetof(oci_mount_data, destination),… in oci_mounts()
550 …{ "source", JSON_VARIANT_STRING, json_dispatch_string, offsetof(oci_mount_data, source), … in oci_mounts()
552 …{ "type", JSON_VARIANT_STRING, json_dispatch_string, offsetof(oci_mount_data, type), … in oci_mounts()
651 …{ "type", JSON_VARIANT_STRING, oci_namespace_type, offsetof(struct namespace_data, type), JSON_MAN… in oci_namespaces()
652 …{ "path", JSON_VARIANT_STRING, oci_absolute_path, offsetof(struct namespace_data, path), 0 … in oci_namespaces()
[all …]
/systemd-251/src/userdb/
Duserwork.c135 …{ "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/
Dcore-varlink.c253 …{ "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/test/
Dtest-json.c155 assert_se(p && json_variant_type(p) == JSON_VARIANT_STRING); in test_1()
203 … assert_se(q && json_variant_type(q) == JSON_VARIANT_STRING && streq(json_variant_string(q), "1")); in test_2()
220 … assert_se(q && json_variant_type(q) == JSON_VARIANT_STRING && streq(json_variant_string(q), "1")); in test_2()
/systemd-251/src/oom/
Doomd-manager.c51 …{ "mode", JSON_VARIANT_STRING, managed_oom_mode, offsetof(ManagedOOMMessage, mode), … in process_managed_oom_message()
52 …{ "path", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ManagedOOMMessage, path), … in process_managed_oom_message()
53 …{ "property", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ManagedOOMMessage, property), … in process_managed_oom_message()
/systemd-251/src/fuzz/
Dfuzz-bootspec.c76 { "config", JSON_VARIANT_STRING, json_dispatch_config, 0, 0 },
/systemd-251/src/nss-resolve/
Dnss-resolve.c147 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ResolveHostnameReply, name),…
582 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(NameParameters, name), JSON_…
/systemd-251/src/resolve/
Dresolved-varlink.c279 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(LookupParameters, name), JSO… in vl_method_resolve_hostname()