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