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

Function ph_xmlNodeGetNodeContentByName

modules/pi_http/http_fnc.c:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443char *ph_xmlNodeGetNodeContentByName(xmlNodePtr node, const char *name)
444{
445 xmlNodePtr node1 = ph_xmlNodeGetNodeByName(node, name);
446 if (node1) return (char*)xmlNodeGetContent(node1);
447 else return NULL;
448}
449
450
451int ph_getDbUrlNodes(ph_framework_t *_ph_framework_data, xmlNodePtr framework_node)

Callers 5

ph_getDbTableColsFunction · 0.85
ph_getDbTablesFunction · 0.85
ph_getColsFunction · 0.85
ph_getCmdsFunction · 0.85
ph_getModsFunction · 0.85

Calls 1

ph_xmlNodeGetNodeByNameFunction · 0.85

Tested by

no test coverage detected