Lines Matching defs:index
58 size_t index = 0;
82 for (index = 0; index < (sizeof(resolution_numbers) / (2 * sizeof(int))); ++index)
91 width = cJSON_CreateNumber(resolution_numbers[index][0]);
98 height = cJSON_CreateNumber(resolution_numbers[index][1]);
126 size_t index = 0;
141 for (index = 0; index < (sizeof(resolution_numbers) / (2 * sizeof(int))); ++index)
145 if (cJSON_AddNumberToObject(resolution, "width", resolution_numbers[index][0]) == NULL)
150 if(cJSON_AddNumberToObject(resolution, "height", resolution_numbers[index][1]) == NULL)