Home
last modified time | relevance | path

Searched refs:rccIConvClose (Results 1 – 7 of 7) sorted by relevance

/dports/devel/librcc/librcc-0.2.12/src/
H A Dfs.c252 if (icnv) rccIConvClose(icnv); in rccFS3()
264 if (icnv) rccIConvClose(icnv); in rccFS3()
276 if (icnv) rccIConvClose(icnv); in rccFS3()
H A Drecode.c783 rccIConvClose(icnv); in rccSizedFromCharset()
811 rccIConvClose(icnv); in rccSizedToCharset()
850 rccIConvClose(icnv); in rccSizedRecodeToCharset()
890 rccIConvClose(icnv); in rccSizedRecodeFromCharset()
912 rccIConvClose(icnv); in rccSizedRecodeCharsets()
H A Drcciconv.c69 void rccIConvClose(rcc_iconv icnv) { in rccIConvClose() function
H A Dlibrcc.c300 rccIConvClose(ctx->iconv_from[i]); in rccFreeIConv()
306 rccIConvClose(ctx->iconv_auto[i]); in rccFreeIConv()
H A Dlngconfig.c351 rccIConvClose(config->fsiconv); in rccConfigFreeIConv()
357 rccIConvClose(config->iconv_to[i]); in rccConfigFreeIConv()
H A Dlibrcc.h1124 void rccIConvClose(rcc_iconv icnv);
/dports/devel/librcc/librcc-0.2.12/ui/
H A Dlibrccui.c402 if (icnv) rccIConvClose(icnv); in rccUiInit()