Lines Matching defs:tnds
79 xml_node_t *fnode, *tnds;
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;
197 tnds = xml_node_from_buf(ctx->xml, tmp);
200 tnds = NULL;
202 tnds = xml_node_from_buf(ctx->xml, str);
204 if (tnds == NULL) {
210 unode = tnds_to_mo(ctx->xml, tnds);
211 xml_node_free(ctx->xml, tnds);
213 wpa_printf(MSG_INFO, "[hs20] Could not parse nodeContainer TNDS text");
218 debug_dump_node(ctx, "Parsed TNDS", unode);