Home
last modified time | relevance | path

Searched defs:index (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Dcjson.c306 #define can_access_at_index(buffer, index) ((buffer != NULL) && (((buffer)->offset + index) < (buff… argument
307 #define cannot_access_at_index(buffer, index) (!can_access_at_index(buffer, index)) argument
1848 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()