MCPcopy 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
494xode xode_get_firstattrib(xode parent)
495{
496 if (parent != NULL)
497 return parent->firstattrib;
498 return NULL;
499}
500
501xode xode_get_firstchild(xode parent)
502{

Callers 6

_xode_tag2strFunction · 0.70
xode_cmpFunction · 0.70
xode_insert_tagnodeFunction · 0.70
xode_dupFunction · 0.70
xode_dup_frompoolFunction · 0.70
_xode_to_prettystrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected