Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dcjson.h203 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
272 …N*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean);
H A Dcjson.c2121 …ON*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean) in cJSON_AddBoolToObject() argument
2123 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()
2405 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() argument
2410 item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()
/iperf/
H A Daclocal.m48470 dnl Simply set some default values (i.e off) if boolean options were not