Lines Matching defs:val
14 spdk_json_val_len(const struct spdk_json_val *val) in spdk_json_val_len()
28 spdk_json_strequal(const struct spdk_json_val *val, const char *str) in spdk_json_strequal()
45 spdk_json_strdup(const struct spdk_json_val *val) in spdk_json_strdup()
79 json_number_split(const struct spdk_json_val *val, struct spdk_json_num *num) in json_number_split()
180 spdk_json_number_to_uint8(const struct spdk_json_val *val, uint8_t *num) in spdk_json_number_to_uint8()
202 spdk_json_number_to_uint16(const struct spdk_json_val *val, uint16_t *num) in spdk_json_number_to_uint16()
224 spdk_json_number_to_int32(const struct spdk_json_val *val, int32_t *num) in spdk_json_number_to_int32()
255 spdk_json_number_to_uint32(const struct spdk_json_val *val, uint32_t *num) in spdk_json_number_to_uint32()
277 spdk_json_number_to_uint64(const struct spdk_json_val *val, uint64_t *num) in spdk_json_number_to_uint64()
431 spdk_json_decode_bool(const struct spdk_json_val *val, void *out) in spdk_json_decode_bool()
444 spdk_json_decode_uint8(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint8()
452 spdk_json_decode_uint16(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint16()
460 spdk_json_decode_int32(const struct spdk_json_val *val, void *out) in spdk_json_decode_int32()
468 spdk_json_decode_uint32(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint32()
476 spdk_json_decode_uint64(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint64()
484 spdk_json_decode_string(const struct spdk_json_val *val, void *out) in spdk_json_decode_string()
500 spdk_json_decode_uuid(const struct spdk_json_val *val, void *out) in spdk_json_decode_uuid()
545 struct spdk_json_val **val, enum spdk_json_val_type type) in spdk_json_find()
597 struct spdk_json_val **key, struct spdk_json_val **val) in spdk_json_find_string()
604 struct spdk_json_val **key, struct spdk_json_val **val) in spdk_json_find_array()
628 json_skip_object_or_array(struct spdk_json_val *val) in json_skip_object_or_array()
665 struct spdk_json_val *val, *next; in spdk_json_next() local