MCPcopy 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
501xode xode_get_firstchild(xode parent)
502{
503 if (parent != NULL)
504 return parent->firstchild;
505 return NULL;
506}
507
508xode xode_get_lastchild(xode parent)
509{

Callers 9

out_stream_node_callbackFunction · 0.70
_xode_tospoolFunction · 0.70
xode_get_dataFunction · 0.70
xode_get_dataszFunction · 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