Home
last modified time | relevance | path

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

/external/iperf3/src/
Dcjson.h254 CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse);
Dcjson.c2676 CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse) in cJSON_Duplicate() function
2723 …newchild = cJSON_Duplicate(child, true); /* Duplicate (with recurse) each item in the ->next chain… in cJSON_Duplicate()