Home
last modified time | relevance | path

Searched refs:SPDK_JSON_VAL_INVALID (Results 1 – 5 of 5) sorted by relevance

/spdk/test/unit/lib/rpc/rpc.c/
H A Drpc_ut.c44 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()
/spdk/lib/json/
H A Djson_util.c368 .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()
H A Djson_parse.c421 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()
H A Djson_write.c678 case SPDK_JSON_VAL_INVALID: in spdk_json_write_val()
/spdk/include/spdk/
H A Djson.h22 SPDK_JSON_VAL_INVALID = 0, enumerator
23 #define SPDK_JSON_VAL_ANY SPDK_JSON_VAL_INVALID