Lines Matching refs:cJSON
53 cJSON *name = NULL; in create_monitor()
54 cJSON *resolutions = NULL; in create_monitor()
55 cJSON *resolution = NULL; in create_monitor()
56 cJSON *width = NULL; in create_monitor()
57 cJSON *height = NULL; in create_monitor()
60 cJSON *monitor = cJSON_CreateObject(); in create_monitor()
125 cJSON *resolutions = NULL; in create_monitor_with_helpers()
128 cJSON *monitor = cJSON_CreateObject(); in create_monitor_with_helpers()
143 cJSON *resolution = cJSON_CreateObject(); in create_monitor_with_helpers()
171 const cJSON *resolution = NULL; in supports_full_hd()
172 const cJSON *resolutions = NULL; in supports_full_hd()
173 const cJSON *name = NULL; in supports_full_hd()
175 cJSON *monitor_json = cJSON_Parse(monitor); in supports_full_hd()
196 cJSON *width = cJSON_GetObjectItemCaseSensitive(resolution, "width"); in supports_full_hd()
197 cJSON *height = cJSON_GetObjectItemCaseSensitive(resolution, "height"); in supports_full_hd()