Searched refs:num_vals (Results 1 – 2 of 2) sorted by relevance
| /spdk/test/unit/lib/json/json_parse.c/ |
| H A D | json_parse_ut.c | 31 #define PARSE_PASS_FLAGS(in, num_vals, trailing, flags) \ argument 33 CU_ASSERT(spdk_json_parse(g_buf, sizeof(in) - 1, NULL, 0, &g_end, flags) == num_vals); \ 35 …) - 1, g_vals, JSONVALUE_NUM, &g_end, flags | SPDK_JSON_PARSE_FLAG_DECODE_IN_PLACE) == num_vals); \ 40 #define PARSE_PASS(in, num_vals, trailing) \ argument 41 PARSE_PASS_FLAGS(in, num_vals, trailing, 0)
|
| /spdk/test/app/fuzz/common/ |
| H A D | fuzz_common.h | 20 typedef bool (*json_parse_fn)(void *ele, struct spdk_json_val *val, size_t num_vals);
|