Searched refs:cJSON_StringIsConst (Results 1 – 2 of 2) sorted by relevance
43 #define cJSON_StringIsConst 512 macro
84 if (!(c->type & cJSON_StringIsConst) && c->string) in cJSON_Delete()1070 if (!(item->type & cJSON_StringIsConst) && item->string) in cJSON_AddItemToObjectCS()1073 item->type |= cJSON_StringIsConst; in cJSON_AddItemToObjectCS()