Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c1743 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function
1769 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem()
2108 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2150 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray()
2212 cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray()

Completed in 9 milliseconds