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

Function get_xml_obj

modules/xml/xml.c:346–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345
346static inline xml_object_t *get_xml_obj(xml_path_t *path)
347{
348 xml_object_t *obj;
349
350 for (obj = objects; obj; obj = obj->next)
351 if (!str_strcmp(&obj->name, &path->obj_name))
352 return obj;
353
354 return NULL;
355}
356
357static int path_eval_vars(struct sip_msg* msg, xml_path_t *path)
358{

Callers 2

pv_get_xmlFunction · 0.85
pv_set_xmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected