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

Function rtpe_ctx_set_get

modules/rtpengine/rtpengine.c:878–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878static inline struct rtpe_set *rtpe_ctx_set_get(void)
879{
880 struct rtpe_ctx *ctx = rtpe_ctx_tryget();
881 return ctx ? ctx->set: NULL;
882}
883
884static inline int str_eq(const str *p, const char *q) {
885 int l = strlen(q);

Callers 2

rtpe_function_callFunction · 0.85
rtpe_function_call_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected