MCPcopy 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
536char* xode_get_name(xode node)
537{
538 if (node != NULL)
539 return node->name;
540 return NULL;
541}
542
543char* xode_get_data(xode node)
544{

Callers 11

stream_node_callbackFunction · 0.70
out_stream_node_callbackFunction · 0.70
in_stream_node_callbackFunction · 0.70
_xode_tag2strFunction · 0.70
xode_get_tagFunction · 0.70
xode_cmpFunction · 0.70
xode_insert_tagnodeFunction · 0.70
xode_insert_nodeFunction · 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