Lines Matching defs:tnds
231 xml_node_t *tnds;
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);
401 printf("Invalid TNDS tree structure - "
427 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds)
432 name = xml_node_get_localname(ctx, tnds);
436 node = get_first_child_node(ctx, tnds, "Node");