Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c1019 item = cJSON_New_Item(&global_hooks); in cJSON_ParseWithOpts()
1831 reference = cJSON_New_Item(hooks); in create_reference()
2248 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNull()
2259 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateTrue()
2270 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateFalse()
2281 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateBool()
2292 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateNumber()
2318 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateString()
2335 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateStringReference()
2347 cJSON *item = cJSON_New_Item(&global_hooks); in cJSON_CreateObjectReference()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1698 static lite_cjson_item_t *cJSON_New_Item(const internal_hooks *const hooks) in cJSON_New_Item() function
1711 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_null()
1721 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_true()
1731 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_false()
1741 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_bool()
1751 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_number()
1770 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_string()
1786 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_array()
1796 lite_cjson_item_t *item = cJSON_New_Item(&global_hooks); in lite_cjson_create_object()

Completed in 11 milliseconds