Searched refs:xml_node_create_text (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/wpa/src/utils/ |
| H A D | xml-utils.c | 243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name); in node_to_tnds() 246 xml_node_create_text(ctx, tnds, NULL, "Path", uri); in node_to_tnds() 250 xml_node_create_text(ctx, tnds, NULL, "Value", in node_to_tnds() 272 xml_node_create_text(ctx, node, NULL, "DDFName", urn); in add_ddfname() 288 xml_node_create_text(ctx, root, NULL, "VerDTD", "1.2"); in mo_to_tnds() 295 xml_node_create_text(ctx, node, NULL, "NodeName", name); in mo_to_tnds() 371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node()
|
| H A D | xml-utils.h | 28 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx,
|
| H A D | xml_libxml2.c | 129 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text() function
|