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

Function __bencode_iovec_cpy

modules/rtpengine/bencode.c:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static int __bencode_iovec_cpy(struct iovec *out, const struct iovec *in, int num) {
322 memcpy(out, in, num * sizeof(*out));
323 return num;
324}
325
326static int __bencode_str_cpy(char *out, const struct iovec *in, int num) {
327 char *orig = out;

Callers 1

__bencode_iovec_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected