Searched refs:xml_node_create (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 240 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 D | xml-utils.h | 34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
|
H A D | xml_libxml2.c | 281 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create() function
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 101 node = xml_node_create(ctx->xml, parent, NULL, element); in oma_dm_add_locuri() 123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr() 148 node = xml_node_create(ctx->xml, parent, NULL, "Alert"); in add_alert() 164 node = xml_node_create(ctx->xml, parent, NULL, "Status"); in add_status() 189 node = xml_node_create(ctx->xml, parent, NULL, "Results"); in add_results() 231 item = xml_node_create(ctx->xml, parent, NULL, "Item"); in add_item() 233 node = xml_node_create(ctx->xml, item, NULL, "Meta"); in add_item() 255 replace = xml_node_create(ctx->xml, parent, NULL, "Replace"); in add_replace_devinfo() 287 item = xml_node_create(ctx->xml, node, NULL, "Item"); in oma_dm_add_hs20_generic_alert() 289 node = xml_node_create(ctx->xml, item, NULL, "Meta"); in oma_dm_add_hs20_generic_alert() [all …]
|
H A D | spp_client.c | 880 node = xml_node_create(ctx->xml, spp_node, ns, "sppError"); in build_spp_update_response()
|