MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / xode_new

Function xode_new

modules/xmpp/xode.c:228–231  ·  view source on GitHub ↗

* xode_new_tag -- create a tag node * Automatically creates a memory xode_pool for the node. * * parameters * name -- name of the tag * * returns * a pointer to the tag node * or NULL if it was unsuccessful */

Source from the content-addressed store, hash-verified

226 * or NULL if it was unsuccessful
227 */
228xode xode_new(const char* name)
229{
230 return _xode_new(NULL, name, XODE_TYPE_TAG);
231}
232
233/*
234 * alias for 'xode_new'

Callers 3

_xode_expat_startElementFunction · 0.70
xode_stream_eatFunction · 0.70
xode_dupFunction · 0.70

Calls 1

_xode_newFunction · 0.70

Tested by

no test coverage detected