Searched refs:spdk_json_next (Results 1 – 6 of 6) sorted by relevance
937 object_key = spdk_json_next(string_key); in test_iterating() 941 array_key = spdk_json_next(object_key); in test_iterating() 946 CU_ASSERT(spdk_json_next(array_key) == NULL); in test_iterating() 952 array_name_with_space_key = spdk_json_next(another_string_key); in test_iterating() 956 CU_ASSERT(spdk_json_next(array_name_with_space_key) == NULL); in test_iterating() 963 it = spdk_json_next(it); in test_iterating() 967 it = spdk_json_next(it); in test_iterating() 971 it = spdk_json_next(it); in test_iterating() 979 it = spdk_json_next(it); in test_iterating() 983 it = spdk_json_next(i in test_iterating() [all...]
321 ctx->config_it = spdk_json_next(ctx->config_it); in app_json_config_load_subsystem_config_entry_next() 341 ctx->subsystems_it = spdk_json_next(ctx->subsystems_it); in app_json_config_load_subsystem_config_entry() 358 ctx->config_it = spdk_json_next(ctx->config_it); in app_json_config_load_subsystem_config_entry() 375 ctx->config_it = spdk_json_next(ctx->config_it); in app_json_config_load_subsystem_config_entry() 387 ctx->config_it = spdk_json_next(ctx->config_it); in app_json_config_load_subsystem_config_entry() 396 ctx->config_it = spdk_json_next(ctx->config_it); in app_json_config_load_subsystem_config_entry()
82 spdk_json_next;
561 it = spdk_json_next(it)) { in spdk_json_find()663 spdk_json_next(struct spdk_json_val *it) in spdk_json_next() function670 next = spdk_json_next(val); in spdk_json_next()
346 struct spdk_json_val *spdk_json_next(struct spdk_json_val *pos);
324 for (thread = spdk_json_array_first(thread); thread != NULL; thread = spdk_json_next(thread)) { in rpc_decode_threads_array()385 for (poller = spdk_json_array_first(poller); poller != NULL; poller = spdk_json_next(poller)) { in rpc_decode_pollers_array()432 for (thread = spdk_json_array_first(thread); thread != NULL; thread = spdk_json_next(thread)) { in rpc_decode_pollers_threads_array()