Searched refs:ss_dsts (Results 1 – 2 of 2) sorted by relevance
264 close_dsts(&ss->ss_dsts); in close_srcs()280 TAILQ_INIT(&ss->ss_dsts); in open_srcs()283 ret = open_dsts(&ss->ss_dsts, &dbsrc->db_charsets[i], dbdst); in open_srcs()286 if (!TAILQ_EMPTY(&ss->ss_dsts)) { in open_srcs()295 TAILQ_INIT(&ss->ss_dsts); in open_srcs()322 TAILQ_FOREACH(sd, &ss->ss_dsts, sd_entry) { in do_conv()
59 struct _citrus_iconv_std_dst_list ss_dsts; member