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

Function bencode_dictionary_get_str_dup

modules/rtpengine/bencode.h:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476static inline char *bencode_dictionary_get_str_dup(bencode_item_t *dict, const char *key, str *str) {
477 str->s = bencode_dictionary_get_string_dup(dict, key, &str->len);
478 return str->s;
479}
480
481static inline long long int bencode_dictionary_get_integer(bencode_item_t *dict, const char *key, long long int defval) {
482 bencode_item_t *val;

Callers 3

rtpengine_api_copy_offerFunction · 0.85

Calls 1

Tested by

no test coverage detected