Searched refs:object_item (Results 1 – 1 of 1) sorted by relevance
2171 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject() local2172 if (add_item_to_object(object, name, object_item, &global_hooks, false)) in cJSON_AddObjectToObject()2174 return object_item; in cJSON_AddObjectToObject()2177 cJSON_Delete(object_item); in cJSON_AddObjectToObject()