Searched refs:JSON_VARIANT_NUMBER (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/nspawn/ ! |
D | nspawn-oci.c | 259 …{ "soft", JSON_VARIANT_NUMBER, oci_rlimit_value, offsetof(struct rlimit_data, soft), JSON_MANDATOR… in oci_rlimits() 260 …{ "hard", JSON_VARIANT_NUMBER, oci_rlimit_value, offsetof(struct rlimit_data, hard), JSON_MANDATOR… in oci_rlimits() 1213 …{ "limit", JSON_VARIANT_NUMBER, oci_cgroup_memory_limit, offsetof(struct memory_data, l… in oci_cgroup_memory() 1214 …{ "reservation", JSON_VARIANT_NUMBER, oci_cgroup_memory_limit, offsetof(struct memory_data, r… in oci_cgroup_memory() 1215 …{ "swap", JSON_VARIANT_NUMBER, oci_cgroup_memory_limit, offsetof(struct memory_data, s… in oci_cgroup_memory() 1216 …{ "kernel", JSON_VARIANT_NUMBER, oci_unsupported, 0, … in oci_cgroup_memory() 1217 …{ "kernelTCP", JSON_VARIANT_NUMBER, oci_unsupported, 0, … in oci_cgroup_memory() 1218 …{ "swapiness", JSON_VARIANT_NUMBER, oci_unsupported, 0, … in oci_cgroup_memory() 1219 …{ "disableOOMKiller", JSON_VARIANT_NUMBER, oci_unsupported, 0, … in oci_cgroup_memory() 1536 { "limit", JSON_VARIANT_NUMBER, json_dispatch_variant, 0, JSON_MANDATORY }, in oci_cgroup_pids()
|
/systemd-251/src/shared/ ! |
D | json.h | 54 …JSON_VARIANT_NUMBER, /* This a pseudo-type: we can never create variants of this type, but we use … enumerator 121 return json_variant_has_type(v, JSON_VARIANT_NUMBER); in json_variant_is_number()
|
D | json.c | 1133 … IN_SET(type, JSON_VARIANT_INTEGER, JSON_VARIANT_UNSIGNED, JSON_VARIANT_REAL, JSON_VARIANT_NUMBER)) in json_variant_has_type() 1141 if (type == JSON_VARIANT_NUMBER) in json_variant_has_type() 4734 [JSON_VARIANT_NUMBER] = "number",
|