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

Function bencode_str

modules/rtpengine/bencode.h:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
381}
382
383static inline bencode_item_t *bencode_str_dup(bencode_buffer_t *buf, const str *s) {
384 return bencode_string_len_dup(buf, s->s, s->len);

Callers 2

parse_flagsFunction · 0.85

Calls 1

bencode_string_lenFunction · 0.85

Tested by

no test coverage detected