Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h61 #define cJSON_StringIsConst 512 macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c228 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in cJSON_Delete()
1908 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
1918 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
1921 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) in add_item_to_object()
2223 if (!(replacement->type & cJSON_StringIsConst) && (replacement->string != NULL)) in replace_item_in_object()
2228 replacement->type &= ~cJSON_StringIsConst; in replace_item_in_object()
2582 …newitem->string = (item->type&cJSON_StringIsConst) ? item->string : (char*)cJSON_strdup((unsigned … in cJSON_Duplicate()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c1587 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) { in lite_cjson_delete()
1672 new_type = item->type | cJSON_StringIsConst; in add_item_to_object()
1679 new_type = item->type & ~cJSON_StringIsConst; in add_item_to_object()
1682 if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) { in add_item_to_object()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h100 #define cJSON_StringIsConst 512 macro

Completed in 11 milliseconds