Home
last modified time | relevance | path

Searched refs:cJSON_IsReference (Results 1 – 2 of 2) sorted by relevance

/external/iperf3/src/
Dcjson.h54 #define cJSON_IsReference 256 macro
Dcjson.c187 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()