Home
last modified time | relevance | path

Searched refs:cJSON_IsReference (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h60 #define cJSON_IsReference 256 macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c220 if (!(item->type & cJSON_IsReference) && (item->child != NULL)) in cJSON_Delete()
224 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) in cJSON_Delete()
1839 reference->type |= cJSON_IsReference; in create_reference()
2338 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()
2349 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
2359 item->type = cJSON_Array | cJSON_IsReference; in cJSON_CreateArrayReference()
2569 newitem->type = item->type & (~cJSON_IsReference); in cJSON_Duplicate()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h99 #define cJSON_IsReference 256 macro
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1581 if (!(item->type & cJSON_IsReference) && (item->child != NULL)) { in lite_cjson_delete()
1584 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) { in lite_cjson_delete()

Completed in 12 milliseconds