Lines Matching refs:cJSON
2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
53 cJSON *name = NULL;
54 cJSON *resolutions = NULL;
55 cJSON *resolution = NULL;
56 cJSON *width = NULL;
57 cJSON *height = NULL;
60 cJSON *monitor = cJSON_CreateObject();
125 cJSON *resolutions = NULL;
128 cJSON *monitor = cJSON_CreateObject();
143 cJSON *resolution = cJSON_CreateObject();
171 const cJSON *resolution = NULL;
172 const cJSON *resolutions = NULL;
173 const cJSON *name = NULL;
175 cJSON *monitor_json = cJSON_Parse(monitor);
196 cJSON *width = cJSON_GetObjectItemCaseSensitive(resolution, "width");
197 cJSON *height = cJSON_GetObjectItemCaseSensitive(resolution, "height");