Searched refs:string_item (Results 1 – 1 of 1) sorted by relevance
1645 cJSON *string_item = cJSON_CreateString(string); in cJSON_AddStringToObject() local1646 if (add_item_to_object(object, name, string_item, &global_hooks, false)) return string_item; in cJSON_AddStringToObject()1648 cJSON_Delete(string_item); in cJSON_AddStringToObject()