Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c1934 add_item_to_object(object, string, item, &global_hooks, false); in cJSON_AddItemToObject()
1940 add_item_to_object(object, string, item, &global_hooks, true); in cJSON_AddItemToObjectCS()
1966 if (add_item_to_object(object, name, null, &global_hooks, false)) in cJSON_AddNullToObject()
1978 if (add_item_to_object(object, name, true_item, &global_hooks, false)) in cJSON_AddTrueToObject()
1990 if (add_item_to_object(object, name, false_item, &global_hooks, false)) in cJSON_AddFalseToObject()
2002 if (add_item_to_object(object, name, bool_item, &global_hooks, false)) in cJSON_AddBoolToObject()
2014 if (add_item_to_object(object, name, number_item, &global_hooks, false)) in cJSON_AddNumberToObject()
2026 if (add_item_to_object(object, name, string_item, &global_hooks, false)) in cJSON_AddStringToObject()
2038 if (add_item_to_object(object, name, raw_item, &global_hooks, false)) in cJSON_AddRawToObject()
2050 if (add_item_to_object(object, name, object_item, &global_hooks, false)) in cJSON_AddObjectToObject()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1657 static cJSON_bool add_item_to_object(lite_cjson_item_t *const object, in add_item_to_object() function
1695 add_item_to_object(object, string, item, &global_hooks, false); in lite_cjson_add_item_to_object()

Completed in 10 milliseconds