Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_get_firstattrib
Function
xode_get_firstattrib
modules/xmpp/xode.c:494–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
xode xode_get_firstattrib(xode parent)
495
{
496
if (parent != NULL)
497
return parent->firstattrib;
498
return NULL;
499
}
500
501
xode xode_get_firstchild(xode parent)
502
{
Callers
6
_xode_tag2str
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