Searched defs:index (Results 1 – 1 of 1) sorted by relevance
306 #define can_access_at_index(buffer, index) ((buffer != NULL) && (((buffer)->offset + index) < (buff… argument307 #define cannot_access_at_index(buffer, index) (!can_access_at_index(buffer, index)) argument1848 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item()1867 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem()