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

Function bencode_dictionary_add_list

modules/rtpengine/bencode.h:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)));
427}
428
429static inline bencode_item_t *bencode_list_add_string(bencode_item_t *list, const char *s) {
430 return bencode_list_add(list, bencode_string(bencode_item_buffer(list), s));

Callers

nothing calls this directly

Calls 3

bencode_dictionary_addFunction · 0.85
bencode_listFunction · 0.85
bencode_item_bufferFunction · 0.85

Tested by

no test coverage detected