Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void 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
58
int t_ctx_get_int(struct cell *t, int pos)
59
{
Callers
nothing calls this directly
Calls
1
context_put_ptr
Function · 0.85
Tested by
no test coverage detected