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

Function rtpe_ctx_set_fill

modules/rtpengine/rtpengine.c:871–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871static inline void rtpe_ctx_set_fill(struct rtpe_set *set)
872{
873 struct rtpe_ctx *ctx = rtpe_ctx_get();
874 if (ctx)
875 ctx->set = set;
876}
877
878static inline struct rtpe_set *rtpe_ctx_set_get(void)
879{

Callers 3

set_rtpengine_set_fFunction · 0.85
rtpengine_api_copy_opFunction · 0.85

Calls 1

rtpe_ctx_getFunction · 0.85

Tested by

no test coverage detected