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

Function free_proxy

proxy.c:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273void free_proxy(struct proxy_l* p)
274{
275 if (p) {
276 free_hostent(&p->host);
277 free_dns_res( p );
278 }
279}
280
281
282void free_shm_proxy(struct proxy_l* p)

Callers 15

fixup_free_destinationFunction · 0.85
w_forwardFunction · 0.85
w_sendFunction · 0.85
add_dest2listFunction · 0.85
add_lb_dsturiFunction · 0.85
trace_send_duplicateFunction · 0.85
w_hep_relayFunction · 0.85
t_relay_toFunction · 0.85
uri2suFunction · 0.85
fixup_free_proxyFunction · 0.85
w_t_relayFunction · 0.85
run_local_routeFunction · 0.85

Calls 2

free_hostentFunction · 0.85
free_dns_resFunction · 0.85

Tested by

no test coverage detected