Searched refs:get_array_item (Results 1 – 2 of 2) sorted by relevance
/third_party/cJSON/ |
D | cJSON.c | 1847 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function 1873 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem() 2226 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray() 2268 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray() 2344 return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray()
|
D | cJSON_Utils.c | 262 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()
|