Searched refs:SPDK_JSON_VAL_OBJECT_END (Results 1 – 9 of 9) sorted by relevance
615 return first && first->type != SPDK_JSON_VAL_OBJECT_END ? first : NULL; in spdk_json_object_first()635 end_type = SPDK_JSON_VAL_OBJECT_END; in json_skip_object_or_array()689 case SPDK_JSON_VAL_OBJECT_END: in spdk_json_next()705 case SPDK_JSON_VAL_OBJECT_END: in spdk_json_next()
552 ADD_VALUE(SPDK_JSON_VAL_OBJECT_END, data, data + 1); in spdk_json_parse()
675 case SPDK_JSON_VAL_OBJECT_END: in spdk_json_write_val()
32 SPDK_JSON_VAL_OBJECT_END = 1U << 9, enumerator
86 CU_ASSERT(g_cur_param->type == SPDK_JSON_VAL_OBJECT_END); \
89 CU_ASSERT(g_vals[g_cur_val].type == SPDK_JSON_VAL_OBJECT_END); \
166 {"", 0, SPDK_JSON_VAL_OBJECT_END}, in test_decode_object()
487 while (value->type != SPDK_JSON_VAL_OBJECT_END) { in parse_iov_struct()
1370 {"", 0, SPDK_JSON_VAL_OBJECT_END}, in test_nvmf_tcp_tls_add_remove_credentials()