Searched refs:cJSON_Array (Results 1 – 2 of 2) sorted by relevance
1130 case cJSON_Array: in print_value()1201 item->type = cJSON_Array; in parse_array()1917 item->type = cJSON_Array | cJSON_IsReference; in cJSON_CreateArrayReference()1942 if (item) item->type = cJSON_Array; in cJSON_CreateArray()2268 return (item->type & 0xFF) == cJSON_Array; in cJSON_IsArray()2297 case cJSON_Array: in cJSON_Compare()2326 case cJSON_Array: { in cJSON_Compare()
93 #define cJSON_Array (1 << 5) macro