Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c1328 item->type = cJSON_NULL; in parse_value()
1383 case cJSON_NULL: in print_value()
2377 item->type = cJSON_NULL; in cJSON_CreateNull()
2899 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()
2964 case cJSON_NULL: in cJSON_Compare()
2987 case cJSON_NULL: in cJSON_Compare()
Dcjson.h97 #define cJSON_NULL (1 << 2) macro