Searched refs:cJSON_NULL (Results 1 – 2 of 2) sorted by relevance
1058 item->type = cJSON_NULL; in parse_value()1095 case cJSON_NULL: in print_value()1827 if (item) item->type = cJSON_NULL; in cJSON_CreateNull()2247 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()2293 case cJSON_NULL: in cJSON_Compare()2312 case cJSON_NULL: in cJSON_Compare()
90 #define cJSON_NULL (1 << 2) macro