Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c2020 int new_type = cJSON_Invalid; in add_item_to_object() local
2030 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
2040 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
2049 item->type = new_type; in add_item_to_object()