MCPcopy 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 */
463void free_params(param_t* _p)
464{
465 do_free_params(_p, 0);
466}
467
468
469/*

Callers 15

tr_eval_uriFunction · 0.85
tr_eval_paramlistFunction · 0.85
ruri_has_paramFunction · 0.85
load_reg_info_from_dbFunction · 0.85
mi_reg_upsertFunction · 0.85
ospGetPcvIcidFunction · 0.85
ospGetNpParamFunction · 0.85
ospGetOperatorNameFunction · 0.85
path_rr_callbackFunction · 0.85
parse_identity_hfFunction · 0.85
mq_paramFunction · 0.85
parse_paramsFunction · 0.85

Calls 1

do_free_paramsFunction · 0.85

Tested by

no test coverage detected