Home
last modified time | relevance | path

Searched refs:cJSON_Delete (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Dcjson.c181 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) in cJSON_Delete() function
189 cJSON_Delete(item->child); in cJSON_Delete()
990 cJSON_Delete(item); in cJSON_ParseWithOpts()
1372 cJSON_Delete(head); in parse_array()
1543 cJSON_Delete(head); in parse_object()
1887 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
1906 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()
1911 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string)); in cJSON_DeleteItemFromObjectCaseSensitive()
1974 cJSON_Delete(item); in cJSON_ReplaceItemViaPointer()
2079 cJSON_Delete(item); in cJSON_CreateString()
[all …]
Dcjson.h156 CJSON_PUBLIC(void) cJSON_Delete(cJSON *c);
Diperf_api.c1689 cJSON_Delete(j); in send_parameters()
1774 cJSON_Delete(j); in get_parameters()
1879 cJSON_Delete(j); in send_results()
2039 cJSON_Delete(j); in get_results()
3331 cJSON_Delete(test->json_server_output); in iperf_print_results()
3908 cJSON_Delete(test->json_top); in iperf_json_finish()