Searched refs:spdk_json_number_to_uint64 (Results 1 – 6 of 6) sorted by relevance
/spdk/lib/json/ |
H A D | spdk_json.map | 28 spdk_json_number_to_uint64;
|
H A D | json_util.c | 277 spdk_json_number_to_uint64(const struct spdk_json_val *val, uint64_t *num) in spdk_json_number_to_uint64() function 480 return spdk_json_number_to_uint64(val, i); in spdk_json_decode_uint64()
|
/spdk/test/unit/lib/ |
H A D | json_mock.c | 66 DEFINE_STUB(spdk_json_number_to_uint64, int, (const struct spdk_json_val *val, uint64_t *num), 0);
|
/spdk/test/app/fuzz/common/ |
H A D | fuzz_common.h | 259 rc = spdk_json_number_to_uint64(val, &tmp_val); in fuzz_parse_json_num()
|
/spdk/include/spdk/ |
H A D | json.h | 187 int spdk_json_number_to_uint64(const struct spdk_json_val *val, uint64_t *num);
|
/spdk/test/unit/lib/json/json_util.c/ |
H A D | json_util_ut.c | 41 CU_ASSERT(spdk_json_number_to_uint64(&v, &u64) == 0); \ 46 CU_ASSERT(spdk_json_number_to_uint64(&v, &u64) != 0) 131 CU_ASSERT(spdk_json_number_to_uint64(&v, &u64) == 0); in test_num_to_uint64()
|