Searched refs:Iconv_t (Results 1 – 2 of 2) sorted by relevance
93 Iconv_t104 return (Iconv_t) -1; in IconvOpen()113 return (Iconv_t) -1; in IconvOpen()119 return (Iconv_t) -1; in IconvOpen()122 return (Iconv_t) cd; in IconvOpen()127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, in Iconv()131 if (!cd || cd == (Iconv_t) -1) { in Iconv()141 IconvClose(Iconv_t cd) in IconvClose()144 if (!cd || cd == (Iconv_t) -1) { in IconvClose()
19 typedef void * Iconv_t; typedef22 Iconv_t IconvOpen(const char * tocode, const char * fromcode);23 size_t Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft,25 int IconvClose(Iconv_t cd);29 #define iconv_t Iconv_t