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