Searched refs:cJSON_CreateBool (Results 1 – 2 of 2) sorted by relevance
194 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
1627 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()1848 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function