Searched refs:cJSON_True (Results 1 – 2 of 2) sorted by relevance
1342 item->type = cJSON_True; in parse_value()1401 case cJSON_True: in print_value()2388 item->type = cJSON_True; in cJSON_CreateTrue()2410 item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()2879 return (item->type & 0xff) == cJSON_True; in cJSON_IsTrue()2890 return (item->type & (cJSON_True | cJSON_False)) != 0; in cJSON_IsBool()2963 case cJSON_True: in cJSON_Compare()2986 case cJSON_True: in cJSON_Compare()
96 #define cJSON_True (1 << 1) macro