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

Function bencode_string_dup

modules/rtpengine/bencode.h:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375static inline bencode_item_t *bencode_string_dup(bencode_buffer_t *buf, const char *s) {
376 return bencode_string_len_dup(buf, s, strlen(s));
377}
378
379static inline bencode_item_t *bencode_str(bencode_buffer_t *buf, const str *s) {
380 return bencode_string_len(buf, s->s, s->len);

Callers 1

Calls 1

bencode_string_len_dupFunction · 0.85

Tested by

no test coverage detected