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

Function wrap_tm_compact

modules/compression/compression.c:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void wrap_tm_compact(struct cell*t, int type, struct tmcb_params* p)
284{
285 wrap_tm_func( t, COMPACT_CB, p);
286}
287
288void wrap_tm_func(struct cell* t, int type, struct tmcb_params* p)
289{

Callers

nothing calls this directly

Calls 1

wrap_tm_funcFunction · 0.85

Tested by

no test coverage detected