Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ t_ctx_register_ptr
Function
t_ctx_register_ptr
modules/tm/t_ctx.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
int t_ctx_register_ptr(context_destroy_f f)
39
{
40
return context_register_ptr(CONTEXT_TRAN, f);
41
}
42
43
void t_ctx_put_int(struct cell *t, int pos, int data)
44
{
Callers
nothing calls this directly
Calls
1
context_register_ptr
Function · 0.85
Tested by
no test coverage detected