Searched refs:cJSON_IsReference (Results 1 – 2 of 2) sorted by relevance
54 #define cJSON_IsReference 256 macro
187 if (!(item->type & cJSON_IsReference) && (item->child != NULL)) in cJSON_Delete()191 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) in cJSON_Delete()1768 ref->type |= cJSON_IsReference; in create_reference()2290 newitem->type = item->type & (~cJSON_IsReference); in cJSON_Duplicate()