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

Function bencode_string_len

modules/rtpengine/bencode.c:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bencode_item_t *bencode_string_len(bencode_buffer_t *buf, const char *s, int len) {
255 return __bencode_string_alloc(buf, s, len, len, 1, BENCODE_STRING);
256}
257
258bencode_item_t *bencode_string_iovec(bencode_buffer_t *buf, const struct iovec *iov, int iov_cnt, int str_len) {
259 int i;

Callers 5

bracket_string_unescapeFunction · 0.85
bencode_string_len_dupFunction · 0.85
bencode_stringFunction · 0.85
bencode_strFunction · 0.85

Calls 1

__bencode_string_allocFunction · 0.85

Tested by

no test coverage detected