Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ evi_param_reset
Function
evi_param_reset
evi/evi_params.c:90–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void evi_param_reset(evi_param_p el)
91
{
92
if (!el)
93
return;
94
95
el->flags = 0;
96
el->val.s.s = NULL;
97
el->val.s.len = 0;
98
}
99
100
101
Callers
1
profiling_raise_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected