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

Function __bencode_list_init

modules/rtpengine/bencode.c:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void __bencode_list_init(bencode_item_t *list) {
95 list->type = BENCODE_LIST;
96 list->iov[0].iov_base = "l";
97 __bencode_container_init(list);
98}
99
100static struct __bencode_buffer_piece *__bencode_piece_new(unsigned int size) {
101 struct __bencode_buffer_piece *ret;

Callers 2

bencode_listFunction · 0.85
__bencode_decode_listFunction · 0.85

Calls 1

__bencode_container_initFunction · 0.85

Tested by

no test coverage detected