Lines Matching defs:xml
27 #include "xml-utils.h"
44 struct xml_node_ctx *xml;
1435 "Content-Type: application/soap+xml");
1493 envelope = soap_build_envelope(ctx->xml, node);
1494 str = xml_node_to_str(ctx->xml, envelope);
1495 xml_node_free(ctx->xml, envelope);
1526 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf);
1534 ret = soap_get_body(ctx->xml, resp);
1542 xml_node_get_localname(ctx->xml, ret));
1543 n = xml_node_copy(ctx->xml, ret);
1544 xml_node_free(ctx->xml, resp);
1558 ctx->xml = xml_ctx;