VLC 4.0.0-dev
|
(defined in src/extras/libc.c) More...
Macros | |
#define | VLC_ICONV_ERR ((size_t) -1) |
Typedefs | |
typedef void * | vlc_iconv_t |
Functions | |
vlc_iconv_t | vlc_iconv_open (const char *, const char *) |
size_t | vlc_iconv (vlc_iconv_t, const char **, size_t *, char **, size_t *) |
int | vlc_iconv_close (vlc_iconv_t) |
(defined in src/extras/libc.c)
#define VLC_ICONV_ERR ((size_t) -1) |
typedef void* vlc_iconv_t |
size_t vlc_iconv | ( | vlc_iconv_t | , |
const char ** | , | ||
size_t * | , | ||
char ** | , | ||
size_t * | |||
) |
Referenced by FromCharset(), ToCharset(), and vlc_stream_ReadLine().
int vlc_iconv_close | ( | vlc_iconv_t | ) |
Referenced by FromCharset(), stream_CommonDelete(), ToCharset(), and vlc_stream_ReadLine().
vlc_iconv_t vlc_iconv_open | ( | const char * | , |
const char * | |||
) |
Referenced by FromCharset(), ToCharset(), and vlc_stream_ReadLine().