Searched refs:n_iconv_open (Results 1 – 7 of 7) sorted by relevance
70 EXPORT iconv_t n_iconv_open(char const *tocode, char const *fromcode);
120 n_iconv_open(char const *tocode, char const *fromcode){ in n_iconv_open() function
138 icp = n_iconv_open(ap->a_charset, ap->a_input_charset); in a_attachments_iconv()
426 if ((fhicd = n_iconv_open(tcs, cs)) != (iconv_t)-1) in __rfc2231_join()
571 (iconvd = n_iconv_open(charset, ap->a_input_charset) in a_sendout__attach_file()832 (iconvd = n_iconv_open(convhdr, tcs)) == (iconv_t)-1 && in a_sendout_infix()854 (iconvd = n_iconv_open(charset, tcs)) == (iconv_t)-1 && in a_sendout_infix()
1074 ? n_iconv_open(tcs, cs) : (iconv_t)-1; in mime_fromhdr()
1130 iconvd = n_iconv_open(tcs, ip->m_charset); in sendpart()