Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c1162 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()
Dcjson.h47 #define cJSON_NULL (1 << 2) macro