Home
last modified time | relevance | path

Searched refs:cJSON_CreateBool (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Dcjson.h185 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
246 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
Diperf_util.c372 j = cJSON_CreateBool(va_arg(argp, int)); in iperf_json_printf()
Dcjson.c2033 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool b) in cJSON_CreateBool() function