Searched refs:xml_output (Results 1 – 1 of 1) sorted by relevance
737 xmlDocPtr xml_output; in handle_ldm_resp() local741 if ((xml_output = xmlParseMemory((const char *)buf, buf_size)) == NULL) in handle_ldm_resp()743 if ((root = xmlDocGetRootElement(xml_output)) == NULL) in handle_ldm_resp()788 xmlDocPtr xml_output; in handle_ldm_event() local793 if ((xml_output = xmlParseMemory((const char *)buf, buf_size)) == NULL) in handle_ldm_event()795 if ((root = xmlDocGetRootElement(xml_output)) == NULL) in handle_ldm_event()