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

Function wrap_tm_compress

modules/compression/compression.c:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void wrap_tm_compress(struct cell* t, int type, struct tmcb_params* p)
279{
280 wrap_tm_func( t, COMPRESS_CB, p);
281}
282
283void wrap_tm_compact(struct cell*t, int type, struct tmcb_params* p)
284{

Callers

nothing calls this directly

Calls 1

wrap_tm_funcFunction · 0.85

Tested by

no test coverage detected