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

Function bencode_dictionary

modules/rtpengine/bencode.c:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bencode_item_t *bencode_dictionary(bencode_buffer_t *buf) {
181 bencode_item_t *ret;
182
183 ret = __bencode_item_alloc(buf, 0);
184 if (!ret)
185 return NULL;
186 __bencode_dictionary_init(ret);
187 return ret;
188}
189
190bencode_item_t *bencode_list(bencode_buffer_t *buf) {
191 bencode_item_t *ret;

Callers 7

parse_bracket_valueFunction · 0.85
rtpe_testFunction · 0.85
rtpengine_play_dtmf_fFunction · 0.85
rtpengine_api_copy_opFunction · 0.85

Calls 2

__bencode_item_allocFunction · 0.85

Tested by

no test coverage detected