Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_get_name
Function
xode_get_name
modules/xmpp/xode.c:536–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
char* xode_get_name(xode node)
537
{
538
if (node != NULL)
539
return node->name;
540
return NULL;
541
}
542
543
char* xode_get_data(xode node)
544
{
Callers
11
stream_node_callback
Function · 0.70
out_stream_node_callback
Function · 0.70
in_stream_node_callback
Function · 0.70
_xode_tag2str
Function · 0.70
xode_get_tag
Function · 0.70
xode_cmp
Function · 0.70
xode_insert_tagnode
Function · 0.70
xode_insert_node
Function · 0.70
xode_dup
Function · 0.70
xode_dup_frompool
Function · 0.70
_xode_to_prettystr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected