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

Function t_ctx_put_ptr

modules/tm/t_ctx.c:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void t_ctx_put_ptr(struct cell *t, int pos, void *data)
54{
55 context_put_ptr(CONTEXT_TRAN, context_of(t), pos, data);
56}
57
58int t_ctx_get_int(struct cell *t, int pos)
59{

Callers

nothing calls this directly

Calls 1

context_put_ptrFunction · 0.85

Tested by

no test coverage detected