Searched refs:SPDK_JSON_VAL_NUMBER (Results 1 – 10 of 10) sorted by relevance
103 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()110 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()117 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()124 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()131 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()138 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()145 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()152 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()159 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()173 if (next_val->type == SPDK_JSON_VAL_NUMBER) { in parse_nvme_cmd_obj()[all …]
17 v.type = SPDK_JSON_VAL_NUMBER; \64 v.type = SPDK_JSON_VAL_NUMBER; in test_strequal() 163 {"234", 3, SPDK_JSON_VAL_NUMBER}, in test_decode_object() 268 values[1].type = SPDK_JSON_VAL_NUMBER; in test_decode_array() 271 values[2].type = SPDK_JSON_VAL_NUMBER; in test_decode_array() 295 values[0].type = SPDK_JSON_VAL_NUMBER; in test_decode_array() 296 values[2].type = SPDK_JSON_VAL_NUMBER; in test_decode_array() 356 v.type = SPDK_JSON_VAL_NUMBER; in test_decode_int32() 381 v.type = SPDK_JSON_VAL_NUMBER; in test_decode_int32() 394 v.type = SPDK_JSON_VAL_NUMBER; in test_decode_int32() [all...]
51 CU_ASSERT(g_request->id && g_request->id->type == SPDK_JSON_VAL_NUMBER); \90 CU_ASSERT(g_cur_param->type == SPDK_JSON_VAL_NUMBER); \
27 if (val->type != SPDK_JSON_VAL_STRING && val->type != SPDK_JSON_VAL_NUMBER) { in capture_id()
107 req.id->type == SPDK_JSON_VAL_NUMBER || in parse_single_request()
95 if (val->type != SPDK_JSON_VAL_NUMBER) { in json_number_split()677 case SPDK_JSON_VAL_NUMBER: in spdk_json_next()
509 ADD_VALUE(SPDK_JSON_VAL_NUMBER, data, data + rc); in spdk_json_parse()
626 case SPDK_JSON_VAL_NUMBER: in spdk_json_write_val()
27 SPDK_JSON_VAL_NUMBER = 1U << 4, enumerator
60 #define VAL_NUMBER(num) VAL_STRING_MATCH(num, SPDK_JSON_VAL_NUMBER)