Lines Matching refs:cJSON_StringIsConst
80 if (!(c->type & cJSON_StringIsConst) && c->string) cJSON_free(c->string);962 if (!(item->type & cJSON_StringIsConst) && item->string) cJSON_free(item->string);964 item->type |= cJSON_StringIsConst;