Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c1886 static void* cast_away_const(const void* string) in cast_away_const() function
1907 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()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1632 static void *cast_away_const(const void *string) in cast_away_const() function
1671 new_key = (char *)cast_away_const(string); in add_item_to_object()

Completed in 10 milliseconds