Searched refs:cJSON_NULL (Results 1 – 2 of 2) sorted by relevance
1162 item->type = cJSON_NULL; in parse_value()1218 case cJSON_NULL: in print_value()2005 item->type = cJSON_NULL; in cJSON_CreateNull()2461 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()2526 case cJSON_NULL: in cJSON_Compare()2549 case cJSON_NULL: in cJSON_Compare()
47 #define cJSON_NULL (1 << 2) macro