Home
last modified time | relevance | path

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

/spdk/lib/json/
H A Djson_util.c518 json_first(struct spdk_json_val *object, enum spdk_json_val_type type) in json_first() function
553 it_first = json_first(object, SPDK_JSON_VAL_OBJECT_BEGIN); in spdk_json_find()
612 struct spdk_json_val *first = json_first(object, SPDK_JSON_VAL_OBJECT_BEGIN); in spdk_json_object_first()
621 struct spdk_json_val *first = json_first(array_begin, SPDK_JSON_VAL_ARRAY_BEGIN); in spdk_json_array_first()