Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ free_params
Function
free_params
parser/parse_param.c:463–466 ·
view source on GitHub ↗
* Free linked list of parameters */
Source
from the content-addressed store, hash-verified
461
* Free linked list of parameters
462
*/
463
void free_params(param_t* _p)
464
{
465
do_free_params(_p, 0);
466
}
467
468
469
/*
Callers
15
tr_eval_uri
Function · 0.85
tr_eval_paramlist
Function · 0.85
ruri_has_param
Function · 0.85
load_reg_info_from_db
Function · 0.85
mi_reg_upsert
Function · 0.85
ospGetPcvIcid
Function · 0.85
ospGetNpParam
Function · 0.85
ospGetOperatorName
Function · 0.85
path_rr_callback
Function · 0.85
parse_identity_hf
Function · 0.85
mq_param
Function · 0.85
parse_params
Function · 0.85
Calls
1
do_free_params
Function · 0.85
Tested by
no test coverage detected