Home | History | Annotate | Download | only in server

Lines Matching defs:tnds

773 	xml_node_t *node, *tnds;
776 tnds = mo_to_tnds(ctx->xml, upd_node, 0, NULL, NULL);
777 if (!tnds)
780 str = xml_node_to_str(ctx->xml, tnds);
781 xml_node_free(ctx->xml, tnds);
1293 xml_node_t *child, *tnds, *mo;
1325 tnds = xml_node_from_buf(ctx->xml, str);
1327 if (tnds == NULL) {
1333 if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
1344 mo = tnds_to_mo(ctx->xml, tnds);
1345 xml_node_free(ctx->xml, tnds);
1626 xml_node_t *pps, *tnds;
1719 tnds = mo_to_tnds(ctx->xml, pps, 0, URN_HS20_PPS, NULL);
1721 if (!tnds) {
1727 str = xml_node_to_str(ctx->xml, tnds);
1728 xml_node_free(ctx->xml, tnds);
1976 xml_node_t *pps, *tnds;
2042 tnds = mo_to_tnds(ctx->xml, pps, 0, URN_HS20_PPS, NULL);
2044 if (!tnds) {
2049 str = xml_node_to_str(ctx->xml, tnds);
2050 xml_node_free(ctx->xml, tnds);