Searched refs:tnds (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dxml-utils.c231 xml_node_t *tnds; local
240 tnds = xml_node_create(ctx, out, NULL, "Node");
241 if (tnds == NULL)
243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name);
246 xml_node_create_text(ctx, tnds, NULL, "Path", uri);
250 xml_node_create_text(ctx, tnds, NULL, "Value",
255 node_to_tnds(ctx, new_uri ? out : tnds, node, new_uri);
427 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds) argument
432 name = xml_node_get_localname(ctx, tnds);
436 node = get_first_child_node(ctx, tnds, "Nod
[all...]
H A Dxml-utils.h92 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds);
/freebsd-12-stable/contrib/wpa/hs20/client/
H A Dspp_client.c79 xml_node_t *fnode, *tnds; local
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2");
92 if (!tnds)
95 str = xml_node_to_str(ctx, tnds);
96 xml_node_free(ctx, tnds);
150 xml_node_t *node, *parent, *tnds, *unode; local
197 tnds = xml_node_from_buf(ctx->xml, tmp);
200 tnds = NULL;
202 tnds = xml_node_from_buf(ctx->xml, str);
204 if (tnds
[all...]
H A Doma_dm_client.c205 xml_node_t *fnode, *tnds; local
211 tnds = mo_to_tnds(ctx->xml, fnode, 0, urn, "syncml:dmddf1.2");
213 if (!tnds)
216 str = xml_node_to_str(ctx->xml, tnds);
217 xml_node_free(ctx->xml, tnds);
506 xml_node_t *node, *tnds, *unode, *pps_node; local
619 tnds = xml_node_from_buf(ctx->xml, data);
621 if (tnds == NULL) {
628 unode = tnds_to_mo(ctx->xml, tnds);
629 xml_node_free(ctx->xml, tnds);
729 xml_node_t *node, *tnds, *unode, *pps_node, *parent; local
[all...]
H A Dosu_client.c557 xml_node_t *tnds, *mo, *cert; local
638 tnds = xml_node_from_buf(ctx->xml, str);
640 if (tnds == NULL) {
646 mo = tnds_to_mo(ctx->xml, tnds);
1972 xml_node_t *tnds, *mo; local
1974 tnds = node_from_file(ctx->xml, in_fname);
1975 if (tnds == NULL) {
1980 mo = tnds_to_mo(ctx->xml, tnds);
1986 xml_node_free(ctx->xml, tnds);

Completed in 139 milliseconds