Searched refs:cJSON_Invalid (Results 1 – 6 of 6) sorted by relevance
103 if (cJSON_Invalid != item->type) { in getSceneIQ()115 if (cJSON_Invalid != item->type) { in getSceneIQ()
89 #define cJSON_Invalid (0) macro
2010 int new_type = cJSON_Invalid; in add_item_to_object()2884 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
84 #define cJSON_Invalid (0) macro
2019 int new_type = cJSON_Invalid; in add_item_to_object()2897 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
848 static const cJSON invalid = { NULL, NULL, NULL, cJSON_Invalid, NULL, 0, 0, NULL}; in apply_patch()