Searched refs:cJSON_StringIsConst (Results 1 – 4 of 4) sorted by relevance
61 #define cJSON_StringIsConst 512 macro
228 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()
1587 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()
100 #define cJSON_StringIsConst 512 macro
Completed in 12 milliseconds