Searched refs:cJSON_CreateBool (Results 1 – 6 of 6) sorted by relevance
88 extern cJSON *cJSON_CreateBool(int b);132 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
541 cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJ… in cJSON_CreateBool() function
198 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
2113 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()2409 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function
196 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
2122 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()2418 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function