MCPcopy Index your code
hub / github.com/esnet/iperf / cJSON_AddItemToObject

Function cJSON_AddItemToObject

src/cjson.c:2059–2062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item)
2060{
2061 return add_item_to_object(object, string, item, &global_hooks, false);
2062}
2063
2064/* Add an item to an object with constant string as key */
2065CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item)

Callers 10

iperf_json_printfFunction · 0.85
iperf_on_test_startFunction · 0.85
iperf_on_connectFunction · 0.85
send_resultsFunction · 0.85
iperf_print_intermediateFunction · 0.85
iperf_print_resultsFunction · 0.85
iperf_json_startFunction · 0.85
iperf_json_finishFunction · 0.85
iperf_run_clientFunction · 0.85
iperf_run_serverFunction · 0.85

Calls 1

add_item_to_objectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…