Searched refs:get_array_item (Results 1 - 2 of 2) sorted by relevance
/third_party/cJSON/ |
H A 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()
|
H A D | cJSON.c | 2099 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function 2125 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem() 2492 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray() 2534 after_inserted = get_array_item(array, (size_t)which); in CJSON_PUBLIC() 2615 return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in CJSON_PUBLIC()
|
Completed in 6 milliseconds