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

Function bencode_decode

modules/rtpengine/bencode.c:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662bencode_item_t *bencode_decode(bencode_buffer_t *buf, const char *s, int len) {
663 assert(s != NULL);
664 return __bencode_decode(buf, s, s + len);
665}
666
667
668static int __bencode_dictionary_key_match(bencode_item_t *key, const char *keystr, int keylen) {

Callers 1

bencode_decode_expectFunction · 0.85

Calls 1

__bencode_decodeFunction · 0.85

Tested by

no test coverage detected