Searched refs:new_type (Results 1 – 1 of 1) sorted by relevance
1551 int new_type = cJSON_Invalid; in add_item_to_object() local1557 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()1562 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()1568 item->type = new_type; in add_item_to_object()