Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.c760 item->type = cJSON_String; in parse_string()
1270 case cJSON_String: in print_value()
2075 item->type = cJSON_String; in cJSON_CreateString()
2481 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()
2528 case cJSON_String: in cJSON_Compare()
2559 case cJSON_String: in cJSON_Compare()
Dcjson.h49 #define cJSON_String (1 << 4) macro