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

Function __bencode_item_init

modules/rtpengine/bencode.c:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75static void __bencode_item_init(bencode_item_t *item) {
76 item->last_child = item->parent = item->child = item->sibling = NULL;
77}
78
79static void __bencode_container_init(bencode_item_t *cont) {
80 cont->iov[0].iov_len = 1;

Callers 1

__bencode_item_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected