smb_iconv_open_ex 137 lib/util/charset/charcnv.c ic->conv_handles[from][to] = smb_iconv_open_ex(ic, n2, n1, smb_iconv_open_ex 151 lib/util/charset/charcnv.c smb_iconv_open_ex(ic, n2, n1, ic->native_iconv); smb_iconv_open_ex 186 lib/util/charset/charset.h smb_iconv_t smb_iconv_open_ex(TALLOC_CTX *mem_ctx, const char *tocode, smb_iconv_open_ex 276 lib/util/charset/iconv.c return smb_iconv_open_ex(NULL, tocode, fromcode, true); smb_iconv_open_ex 160 lib/util/charset/tests/iconv.c cd2 = smb_iconv_open_ex(test, charset, "UTF-16LE", lp_parm_bool(test->lp_ctx, NULL, "iconv", "native", true)); smb_iconv_open_ex 161 lib/util/charset/tests/iconv.c cd3 = smb_iconv_open_ex(test, "UTF-16LE", charset, lp_parm_bool(test->lp_ctx, NULL, "iconv", "native", true)); smb_iconv_open_ex 208 source4/torture/smbiconv.c cd = smb_iconv_open_ex(tctx, to, from, lp_parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true));