Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_get_firstchild
Function
xode_get_firstchild
modules/xmpp/xode.c:501–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
}
500
501
xode xode_get_firstchild(xode parent)
502
{
503
if (parent != NULL)
504
return parent->firstchild;
505
return NULL;
506
}
507
508
xode xode_get_lastchild(xode parent)
509
{
Callers
9
out_stream_node_callback
Function · 0.70
_xode_tospool
Function · 0.70
xode_get_data
Function · 0.70
xode_get_datasz
Function · 0.70
xode_cmp
Function · 0.70
xode_insert_tagnode
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