Searched refs:boolean (Results 1 – 3 of 3) sorted by relevance
203 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);272 …N*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean);
2121 …ON*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean) in cJSON_AddBoolToObject() argument2123 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()2405 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() argument2410 item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()
8470 dnl Simply set some default values (i.e off) if boolean options were not