Searched refs:cJSON_Raw (Results 1 – 4 of 4) sorted by relevance
1404 case cJSON_Raw: in print_value()2501 item->type = cJSON_Raw; in cJSON_CreateRaw()2974 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()2992 case cJSON_Raw: in cJSON_Compare()3023 case cJSON_Raw: in cJSON_Compare()
97 #define cJSON_Raw (1 << 7) /* raw json */ macro
1413 case cJSON_Raw: in print_value()2510 item->type = cJSON_Raw; in cJSON_CreateRaw()2987 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()3005 case cJSON_Raw: in cJSON_Compare()3036 case cJSON_Raw: in cJSON_Compare()
92 #define cJSON_Raw (1 << 7) /* raw json */ macro