Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.c1856 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function
1882 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem()
2235 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2277 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray()
2358 return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray()
DcJSON_Utils.c262 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item() function
322 current_element = get_array_item(current_element, index); in get_item_from_pointer()