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

Function bencode_decode_expect_str

modules/rtpengine/bencode.h:497–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497static inline bencode_item_t *bencode_decode_expect_str(bencode_buffer_t *buf, const str *s, bencode_type_t expect) {
498 return bencode_decode_expect(buf, s->s, s->len, expect);
499}
500
501static inline bencode_item_t *bencode_dictionary_get_expect(bencode_item_t *dict, const char *key, bencode_type_t expect) {
502 bencode_item_t *ret;

Callers

nothing calls this directly

Calls 1

bencode_decode_expectFunction · 0.85

Tested by

no test coverage detected