Searched refs:cast_away_const (Results 1 – 2 of 2) sorted by relevance
1886 static void* cast_away_const(const void* string) in cast_away_const() function1907 new_key = (char*)cast_away_const(string); in add_item_to_object()2339 item->valuestring = (char*)cast_away_const(string); in cJSON_CreateStringReference()2350 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()2360 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()
1632 static void *cast_away_const(const void *string) in cast_away_const() function1671 new_key = (char *)cast_away_const(string); in add_item_to_object()
Completed in 10 milliseconds