Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c1248 case cJSON_Raw: in print_value()
2092 item->type = cJSON_Raw; in cJSON_CreateRaw()
2511 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()
2529 case cJSON_Raw: in cJSON_Compare()
2560 case cJSON_Raw: in cJSON_Compare()
Dcjson.h52 #define cJSON_Raw (1 << 7) /* raw json */ macro