Searched refs:cJSON_CreateBool (Results 1 – 3 of 3) sorted by relevance
185 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);246 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
372 j = cJSON_CreateBool(va_arg(argp, int)); in iperf_json_printf()
2033 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool b) in cJSON_CreateBool() function