Home | History | Annotate | Download | only in client

Lines Matching defs:tnds

77 	xml_node_t *fnode, *tnds;
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;
190 tnds = xml_node_from_buf(ctx->xml, tmp);
193 tnds = NULL;
195 tnds = xml_node_from_buf(ctx->xml, str);
197 if (tnds == NULL) {
203 unode = tnds_to_mo(ctx->xml, tnds);
204 xml_node_free(ctx->xml, tnds);
206 wpa_printf(MSG_INFO, "[hs20] Could not parse nodeContainer TNDS text");
211 debug_dump_node(ctx, "Parsed TNDS", unode);