Searched refs:SPDK_JSON_VAL_INVALID (Results 1 – 5 of 5) sorted by relevance
44 if (values ->type == SPDK_JSON_VAL_INVALID) { in spdk_json_decode_object()108 method.type = SPDK_JSON_VAL_INVALID; in test_jsonrpc_handler()185 params.type = SPDK_JSON_VAL_INVALID; in test_rpc_get_methods()206 params.type = SPDK_JSON_VAL_INVALID; in test_rpc_spdk_get_version()
368 .type = SPDK_JSON_VAL_INVALID in spdk_json_free_object()645 for (it = val + 1; it->type != SPDK_JSON_VAL_INVALID && lvl != 0; it++) { in json_skip_object_or_array()690 case SPDK_JSON_VAL_INVALID: in spdk_json_next()706 case SPDK_JSON_VAL_INVALID: in spdk_json_next()
421 enum spdk_json_val_type con_type = SPDK_JSON_VAL_INVALID; in spdk_json_parse()562 con_type = depth == 0 ? SPDK_JSON_VAL_INVALID : containers[depth - 1]; in spdk_json_parse()
678 case SPDK_JSON_VAL_INVALID: in spdk_json_write_val()
22 SPDK_JSON_VAL_INVALID = 0, enumerator23 #define SPDK_JSON_VAL_ANY SPDK_JSON_VAL_INVALID