Home
last modified time | relevance | path

Searched refs:ss_dsts (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c264 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()
H A Dcitrus_iconv_std_local.h59 struct _citrus_iconv_std_dst_list ss_dsts; member