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

/external/wpa_supplicant_8/hostapd/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", val);
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);
/external/wpa_supplicant_8/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", val);
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);
/external/wpa_supplicant_8/wpa_supplicant/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", val);
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);
/external/wpa_supplicant_8/hs20/client/
H A Dspp_client.c77 xml_node_t *fnode, *tnds; local
83 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2");
85 if (!tnds)
88 str = xml_node_to_str(ctx, tnds);
89 xml_node_free(ctx, tnds);
143 xml_node_t *node, *parent, *tnds, *unode; local
190 tnds = xml_node_from_buf(ctx->xml, tmp);
193 tnds = NULL;
195 tnds = xml_node_from_buf(ctx->xml, str);
197 if (tnds
[all...]
H A Doma_dm_client.c199 xml_node_t *fnode, *tnds; local
205 tnds = mo_to_tnds(ctx->xml, fnode, 0, urn, "syncml:dmddf1.2");
207 if (!tnds)
210 str = xml_node_to_str(ctx->xml, tnds);
211 xml_node_free(ctx->xml, tnds);
492 xml_node_t *node, *tnds, *unode, *pps_node; local
600 tnds = xml_node_from_buf(ctx->xml, data);
602 if (tnds == NULL) {
609 unode = tnds_to_mo(ctx->xml, tnds);
610 xml_node_free(ctx->xml, tnds);
706 xml_node_t *node, *tnds, *unode, *pps_node, *parent; local
[all...]
H A Dosu_client.c518 xml_node_t *tnds, *mo, *cert; local
594 tnds = xml_node_from_buf(ctx->xml, str);
596 if (tnds == NULL) {
602 mo = tnds_to_mo(ctx->xml, tnds);
1831 xml_node_t *tnds, *mo; local
1833 tnds = node_from_file(ctx->xml, in_fname);
1834 if (tnds == NULL) {
1839 mo = tnds_to_mo(ctx->xml, tnds);
1845 xml_node_free(ctx->xml, tnds);
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c635 xml_node_t *node, *tnds; local
638 tnds = mo_to_tnds(ctx->xml, upd_node, 0, NULL, NULL);
639 if (!tnds)
642 str = xml_node_to_str(ctx->xml, tnds);
643 xml_node_free(ctx->xml, tnds);
1043 xml_node_t *child, *tnds, *mo; local
1075 tnds = xml_node_from_buf(ctx->xml, str);
1077 if (tnds == NULL) {
1083 if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
1094 mo = tnds_to_mo(ctx->xml, tnds);
1306 xml_node_t *pps, *tnds; local
[all...]

Completed in 2398 milliseconds