Home
last modified time | relevance | path

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

/third_party/cJSON/
H A 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()
H A DcJSON.c2099 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 7 milliseconds