Lines Matching defs:tnds
657 xml_node_t *node, *tnds;
660 tnds = mo_to_tnds(ctx->xml, upd_node, 0, NULL, NULL);
661 if (!tnds)
664 str = xml_node_to_str(ctx->xml, tnds);
665 xml_node_free(ctx->xml, tnds);
1065 xml_node_t *child, *tnds, *mo;
1097 tnds = xml_node_from_buf(ctx->xml, str);
1099 if (tnds == NULL) {
1105 if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
1116 mo = tnds_to_mo(ctx->xml, tnds);
1117 xml_node_free(ctx->xml, tnds);
1328 xml_node_t *pps, *tnds;
1415 tnds = mo_to_tnds(ctx->xml, pps, 0, URN_HS20_PPS, NULL);
1417 if (!tnds) {
1423 str = xml_node_to_str(ctx->xml, tnds);
1424 xml_node_free(ctx->xml, tnds);