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

Function wrap_msg_compress

modules/compression/compression.c:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342int wrap_msg_compress(str* buf, struct sip_msg* p_msg) {
343 return wrap_msg_func( buf, p_msg, COMPRESS_CB);
344}
345
346int wrap_msg_compact(str* buf, struct sip_msg* p_msg) {
347 return wrap_msg_func( buf, p_msg, COMPACT_CB);

Callers

nothing calls this directly

Calls 1

wrap_msg_funcFunction · 0.85

Tested by

no test coverage detected