Lines Matching defs:tnds
635 xml_node_t *node, *tnds;
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;
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);
1095 xml_node_free(ctx->xml, tnds);
1306 xml_node_t *pps, *tnds;
1388 tnds = mo_to_tnds(ctx->xml, pps, 0, URN_HS20_PPS, NULL);
1390 if (!tnds) {
1396 str = xml_node_to_str(ctx->xml, tnds);
1397 xml_node_free(ctx->xml, tnds);