Searched refs:cJSON_CreateBool (Results 1 – 2 of 2) sorted by relevance
195 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
2001 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()2279 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool b) in cJSON_CreateBool() function
Completed in 7 milliseconds