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

Function xode_new_frompool

modules/xmpp/xode.c:252–255  ·  view source on GitHub ↗

* xode_new_tag_pool -- create a tag node within given pool * * parameters * p -- previously created memory pool * 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

250 * or NULL if it was unsuccessful
251 */
252xode xode_new_frompool(xode_pool p, const char* name)
253{
254 return _xode_new(p, name, XODE_TYPE_TAG);
255}
256
257
258/*

Callers 3

xode_dup_frompoolFunction · 0.70
xode_wrapFunction · 0.70

Calls 1

_xode_newFunction · 0.70

Tested by

no test coverage detected