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

Function bencode_collapse_str

modules/rtpengine/bencode.h:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 return ret;
507}
508static inline str *bencode_collapse_str(bencode_item_t *root, str *out) {
509 out->s = bencode_collapse(root, &out->len);
510 return out;
511}
512static inline int bencode_strcmp(bencode_item_t *a, const char *b) {
513 int len;
514 if (a->type != BENCODE_STRING)

Callers

nothing calls this directly

Calls 1

bencode_collapseFunction · 0.85

Tested by

no test coverage detected