Searched refs:ss_dsts (Results 1 – 2 of 2) sorted by relevance
263 close_dsts(&ss->ss_dsts); in close_srcs()279 TAILQ_INIT(&ss->ss_dsts); in open_srcs()282 ret = open_dsts(&ss->ss_dsts, &dbsrc->db_charsets[i], dbdst); in open_srcs()285 if (!TAILQ_EMPTY(&ss->ss_dsts)) { in open_srcs()294 TAILQ_INIT(&ss->ss_dsts); in open_srcs()321 TAILQ_FOREACH(sd, &ss->ss_dsts, sd_entry) { in do_conv()
58 struct _citrus_iconv_std_dst_list ss_dsts; member