MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / suffix_object

Function suffix_object

lib/cJSON.c:1839–1843  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

1837
1838/* Utility for array list handling. */
1839static void suffix_object(cJSON *prev, cJSON *item)
1840{
1841 prev->next = item;
1842 item->prev = prev;
1843}
1844
1845/* Utility for handling references. */
1846static cJSON *create_reference(const cJSON *item)

Callers 5

cJSON_AddItemToArrayFunction · 0.70
cJSON_CreateIntArrayFunction · 0.70
cJSON_CreateFloatArrayFunction · 0.70
cJSON_CreateDoubleArrayFunction · 0.70
cJSON_CreateStringArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected