MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / free_to_params

Function free_to_params

parser/parse_to.c:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68void free_to_params(struct to_body* tb)
69{
70 struct to_param *tp=tb->param_lst;
71 struct to_param *foo;
72 while (tp){
73 foo = tp->next;
74 pkg_free(tp);
75 tp=foo;
76 }
77
78 tb->param_lst = tb->last_param = NULL;
79}
80
81
82void free_to(struct to_body* tb)

Callers 15

sca_pack_cb_paramsFunction · 0.85
sca_validate_invite_outFunction · 0.85
sca_set_called_lineFunction · 0.85
restore_uris_replyFunction · 0.85
pack_cb_paramsFunction · 0.85
set_branch_calleeFunction · 0.85
b2b_tm_cbackFunction · 0.85
ospGetPciUserFunction · 0.85
ospGetPciHostFunction · 0.85
parse_from_and_callidFunction · 0.85
get_b2bl_fromFunction · 0.85
extract_mangled_touriFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected