Searched refs:cJSON_Invalid (Results 1 – 2 of 2) sorted by relevance
87 #define cJSON_Invalid (0) macro279 …->type & (~(cJSON_False | cJSON_True))) | ((boolValue) ? cJSON_True : cJSON_False) : cJSON_Invalid)
1551 int new_type = cJSON_Invalid; in add_item_to_object()2220 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()