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

Function bencode_dictionary_add_dictionary

modules/rtpengine/bencode.h:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421static inline bencode_item_t *bencode_dictionary_add_dictionary(bencode_item_t *dict, const char *key) {
422 return bencode_dictionary_add(dict, key, bencode_dictionary(bencode_item_buffer(dict)));
423}
424
425static inline bencode_item_t *bencode_dictionary_add_list(bencode_item_t *dict, const char *key) {
426 return bencode_dictionary_add(dict, key, bencode_list(bencode_item_buffer(dict)));

Callers

nothing calls this directly

Calls 3

bencode_dictionary_addFunction · 0.85
bencode_dictionaryFunction · 0.85
bencode_item_bufferFunction · 0.85

Tested by

no test coverage detected