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

Function fill_rtpengine_node

modules/rtpengine/rtpengine.c:4970–4976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4968
4969
4970static int fill_rtpengine_node(struct rtp_relay_server *server,
4971 str *s)
4972{
4973 if (server->node.s)
4974 shm_free(server->node.s);
4975 return shm_nt_str_dup(&server->node, s);
4976}
4977
4978#define RTPE_APPEND_STR(_v) \
4979 do { \

Callers 1

rtpengine_api_offerFunction · 0.85

Calls 2

shm_freeFunction · 0.85
shm_nt_str_dupFunction · 0.85

Tested by

no test coverage detected