Home
last modified time | relevance | path

Searched refs:cJSON_Raw (Results 1 – 2 of 2) sorted by relevance

/external/iperf3/src/
Dcjson.h102 #define cJSON_Raw (1 << 7) /* raw json */ macro
Dcjson.c1413 case cJSON_Raw: in print_value()
2497 item->type = cJSON_Raw; in cJSON_CreateRaw()
2949 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()
2967 case cJSON_Raw: in cJSON_Compare()
2998 case cJSON_Raw: in cJSON_Compare()