Searched refs:cJSON_IsReference (Results 1 – 4 of 4) sorted by relevance
60 #define cJSON_IsReference 256 macro
220 if (!(item->type & cJSON_IsReference) && (item->child != NULL)) in cJSON_Delete()224 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) in cJSON_Delete()1839 reference->type |= cJSON_IsReference; in create_reference()2338 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()2349 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()2359 item->type = cJSON_Array | cJSON_IsReference; in cJSON_CreateArrayReference()2569 newitem->type = item->type & (~cJSON_IsReference); in cJSON_Duplicate()
99 #define cJSON_IsReference 256 macro
1581 if (!(item->type & cJSON_IsReference) && (item->child != NULL)) { in lite_cjson_delete()1584 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) { in lite_cjson_delete()
Completed in 12 milliseconds