Home
last modified time | relevance | path

Searched refs:xml_node_create (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dxml-utils.c240 tnds = xml_node_create(ctx, out, NULL, "Node"); in node_to_tnds()
266 node = xml_node_create(ctx, parent, NULL, "RTProperties"); in add_ddfname()
269 node = xml_node_create(ctx, node, NULL, "Type"); in add_ddfname()
292 node = xml_node_create(ctx, root, NULL, "Node"); in mo_to_tnds()
374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node()
453 body = xml_node_create(ctx, envelope, ns, "Body"); in soap_build_envelope()
H A Dxml-utils.h34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
H A Dxml_libxml2.c281 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create() function