Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ free_to
Function
free_to
parser/parse_to.c:82–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
void free_to(struct to_body* tb)
83
{
84
if (tb) {
85
free_to( tb->next );
86
free_to_params(tb);
87
pkg_free(tb);
88
}
89
}
90
91
92
static inline char* parse_to_param(char *buffer, char *end,
Callers
3
tr_eval_nameaddr
Function · 0.85
_parse_to
Function · 0.85
clean_hdr_field
Function · 0.85
Calls
1
free_to_params
Function · 0.85
Tested by
no test coverage detected