Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_free
Function
xode_free
modules/xmpp/xode.c:799–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
void xode_free(xode node)
800
{
801
if(node == NULL)
802
return;
803
804
xode_pool_free(node->p);
805
}
806
807
808
void
Callers
9
xode_from_str
Function · 0.70
xode_from_file
Function · 0.70
stream_node_callback
Function · 0.70
do_send_message_component
Function · 0.70
_xode_stream_cleanup
Function · 0.70
conn_free
Function · 0.70
xode_send_domain
Function · 0.70
out_stream_node_callback
Function · 0.70
in_stream_node_callback
Function · 0.70
Calls
1
xode_pool_free
Function · 0.70
Tested by
no test coverage detected