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

Function bencode_dictionary_add_iovec

modules/rtpengine/bencode.h:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539static inline bencode_item_t *bencode_dictionary_add_iovec(bencode_item_t *dict, const char *key,
540 const struct iovec *iov, int iov_cnt, int str_len)
541{
542 return bencode_dictionary_add(dict, key, bencode_string_iovec(bencode_item_buffer(dict), iov, iov_cnt, str_len));
543}
544
545#endif

Callers

nothing calls this directly

Calls 3

bencode_dictionary_addFunction · 0.85
bencode_string_iovecFunction · 0.85
bencode_item_bufferFunction · 0.85

Tested by

no test coverage detected