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

Function bencode_string

modules/rtpengine/bencode.h:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371static inline bencode_item_t *bencode_string(bencode_buffer_t *buf, const char *s) {
372 return bencode_string_len(buf, s, strlen(s));
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));

Callers 2

bencode_list_add_stringFunction · 0.85

Calls 1

bencode_string_lenFunction · 0.85

Tested by

no test coverage detected