Home
last modified time | relevance | path

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

/NextBSD/lib/libiconv_modules/iconv_std/
HDcitrus_iconv_std.c263 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()
HDcitrus_iconv_std_local.h58 struct _citrus_iconv_std_dst_list ss_dsts; member