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

Function bencode_list_add_dictionary

modules/rtpengine/bencode.h:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437static inline bencode_item_t *bencode_list_add_dictionary(bencode_item_t *list) {
438 return bencode_list_add(list, bencode_dictionary(bencode_item_buffer(list)));
439}
440
441static inline bencode_item_t *bencode_dictionary_get(bencode_item_t *dict, const char *key) {
442 if (!key)

Callers

nothing calls this directly

Calls 3

bencode_list_addFunction · 0.85
bencode_dictionaryFunction · 0.85
bencode_item_bufferFunction · 0.85

Tested by

no test coverage detected