MCPcopy Create free account
hub / github.com/esnet/iperf / suffix_object

Function suffix_object

src/cjson.c:1939–1943  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

1937
1938/* Utility for array list handling. */
1939static void suffix_object(cJSON *prev, cJSON *item)
1940{
1941 prev->next = item;
1942 item->prev = prev;
1943}
1944
1945/* Utility for handling references. */
1946static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks)

Callers 5

add_item_to_arrayFunction · 0.85
cJSON_CreateIntArrayFunction · 0.85
cJSON_CreateFloatArrayFunction · 0.85
cJSON_CreateDoubleArrayFunction · 0.85
cJSON_CreateStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…