Searched refs:cJSON_IsReference (Results 1 – 2 of 2) sorted by relevance
42 #define cJSON_IsReference 256 macro
80 if (!(c->type & cJSON_IsReference) && c->child) in cJSON_Delete()82 if (!(c->type & cJSON_IsReference) && c->valuestring) in cJSON_Delete()1041 ref->type |= cJSON_IsReference; in create_reference()1281 newitem->type = item->type & (~cJSON_IsReference), in cJSON_Duplicate()