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

Function wrap_msg_compact

modules/compression/compression.c:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346int wrap_msg_compact(str* buf, struct sip_msg* p_msg) {
347 return wrap_msg_func( buf, p_msg, COMPACT_CB);
348}
349
350int wrap_msg_func(str* buf, struct sip_msg* p_msg, int type)
351{

Callers

nothing calls this directly

Calls 1

wrap_msg_funcFunction · 0.85

Tested by

no test coverage detected